Re: How To Use kafka-topics.sh To Move Replica To Different Broker

2014-05-16 Thread Guozhang Wang
Hi Paul, kafka-topics.sh is not used for moving replicas to different brokers, what you are looking for is the partition-reassignment tool in bin/kafka-reassign-partitions.sh Guozhang On Wed, May 7, 2014 at 12:44 PM, Lung, Paul wrote: > Hi Guys, > > I’m using Kafka 0.8.1, and I’m having dif

Re: How To Use kafka-topics.sh To Move Replica To Different Broker

2014-05-16 Thread Neha Narkhede
You cannot use the kafka-topics tool to move replicas to other brokers. To learn how to move replicas, please see the "Custom partition assignment and migration" section here . Hope that helps! If not, please let us know,

Re: How To Use kafka-topics.sh To Move Replica To Different Broker

2014-05-16 Thread Jun Rao
You need to use kafka-reassign-partitions.sh to do this. See http://kafka.apache.org/documentation.html#basic_ops_cluster_expansion Thanks, Jun On Wed, May 7, 2014 at 12:44 PM, Lung, Paul wrote: > Hi Guys, > > I’m using Kafka 0.8.1, and I’m having difficulty trying to move a replica > from on