RE: Kafka partition no migrating to another broker.

2017-03-04 Thread Shrikant Patel
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

Re: Kafka partition no migrating to another broker.

2017-03-02 Thread Stevo Slavić
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