Re: Failure in Leader Election on broker shutdown

2015-06-19 Thread Harsha
hnoi Sent: Friday, June 19, 2015 2:37 PM Subject: Failure in Leader Election on broker shutdown To: Hi, I have a kafka cluster of three nodes. I have constructed a topic with the following command: bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions

Failure in Leader Election on broker shutdown

2015-06-19 Thread Sandeep Bishnoi
Hi, I have a kafka cluster of three nodes. I have constructed a topic with the following command: bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic testv1p3 So the topic "testv1p3" has 3 partitions and replication factor is 1. Here is the