Stevo
Thanks for clarification.
Thanks,
Shri
-Original Message-
From: Stevo Slavić [mailto:ssla...@gmail.com]
Sent: Friday, March 03, 2017 1:55 AM
To: users@kafka.apache.org
Subject: Re: Kafka partition no migrating to another broker.
Hello Shri,
That behavior is by current Apache
Hello Shri,
That behavior is by current Apache Kafka design. At topic creation time,
for every topic partition, replication factor is converted to a replica set
(set of ids of brokers which should replicate the partition), and those per
partition replica sets is the metadata the gets stored in Zoo
I have 5 broker kafka cluster. Replication factor = 3, Number of partition =
12, Min Insync repica (ISR) = 3
First output is when all server are up and running. Second output is when I
bring down server id = 4. Another server from ISR take server 4's place as
leader of partition, so that's good