RE: producer can't push msg sometimes with 1 broker recoved

2016-09-25 Thread FEI Aggie
@kant, we also use 3rd party software when needed. -Original Message- From: kant kodali [mailto:kanth...@gmail.com] Sent: Saturday, September 24, 2016 1:50 PM To: users@kafka.apache.org Subject: Re: producer can't push msg sometimes with 1 broker recoved @Fei Just curious why you guys

RE: producer can't push msg sometimes with 1 broker recoved

2016-09-25 Thread FEI Aggie
Kamal, Thanks for your response. I tried testing with metadata.max.age.ms reduced to 10s, but the behavior not changed, and producer still can't find the live broker. I did more testing and find the rule (Topic is created with "--replication-factor 2 --partitions 1" in following case): node 1

Where kafka stores consumer offsets in version 0.9.0.0?

2016-09-25 Thread Zhuo Chen
hi, I use kafka 0.9.0.0 in CDH 5.6, and my application consume kafka message by following code. - String topicName = "tpCz01"; Properties props = new Properties();

Re: Zookeeper hostname/ip change

2016-09-25 Thread Ali Akhtar
Perhaps if you add 1 node, take down existing node, etc? On Sun, Sep 25, 2016 at 10:37 PM, brenfield111 wrote: > I need to change the hostnames and ips for the Zookeeper ensemble > serving my Kafka cluster. > > Will Kafka carry on as usual, along with it's existing ZK

Zookeeper hostname/ip change

2016-09-25 Thread brenfield111
I need to change the hostnames and ips for the Zookeeper ensemble serving my Kafka cluster. Will Kafka carry on as usual, along with it's existing ZK nodes, after making the config changes? Thanks