Re: Kakfa question about starting kafka with same broker id

2015-02-23 Thread Jun Rao
This is likely caused by ZK client session expiration. Which version of ZK are you using? Thanks, Jun On Wed, Feb 18, 2015 at 3:16 PM, Deepak Dhakal wrote: > Hi, > > My name is Deepak and I work for salesforce. We are using kafka 8.11 and > have a question about starting kafka with same broke

Re: Kakfa question about starting kafka with same broker id

2015-02-18 Thread Harsha
Deepak, You should getting following error and kafka server will shutdown itself it it sees same brokerid registered in zookeeper. " Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer) java.lang.RuntimeException: A broker is already registered on the p

Re: Kakfa question about starting kafka with same broker id

2015-02-18 Thread Steve Morin
Why would you want to ever do that? > On Feb 18, 2015, at 15:16, Deepak Dhakal wrote: > > Hi, > > My name is Deepak and I work for salesforce. We are using kafka 8.11 and > have a question about starting kafka with same broker id. > > Steps: > > Start a kakfa broker with broker id =1 -> it s

Kakfa question about starting kafka with same broker id

2015-02-18 Thread Deepak Dhakal
Hi, My name is Deepak and I work for salesforce. We are using kafka 8.11 and have a question about starting kafka with same broker id. Steps: Start a kakfa broker with broker id =1 -> it starts fine with external ZK Start another kafka with same broker id =1 .. it does not start the kafka which