Re: Migrating both Zookeeper ensemble and Kafka cluster please confirm steps

2015-11-02 Thread John Yost
Hi Tulio, Thanks a bunch for responding to my question! We basically need to migrate data from brokers hosted on racks being decommisioned, but the new and old brokers are actually within the same cluster. The new brokers are configured to use the new Zookeeper ensemble, but, again, they are inten

Re: Migrating both Zookeeper ensemble and Kafka cluster please confirm steps

2015-11-02 Thread Tulio Ballari
I'm not really sure but I think kafka-reassing-partitions.sh only works to move partitions between instanses of the same cluster If you have two separete clusters, it is not going to work. Are you using two different zookeeper clusters, or simply adding instance to the existing one? On Sun, Nov

Migrating both Zookeeper ensemble and Kafka cluster please confirm steps

2015-11-01 Thread John Yost
Hi Everyone, I need to migrate my organization's Kafka cluster along with the underlying Zookeeper ensemble (cluster) from one set of racks to another within our data center. I am pretty sure I have the steps correct, but I need to confirm just to ensure I am not missing anything. Here's what I t