@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 ar
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
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();
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 nodes, after
> making the c
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