Re: Issue with kafka-topics.sh tool for adding new partitions with replica assignment

2015-06-03 Thread Jason Rosenberg
Probably makes sense to file a Jira for this issue. On Mon, May 11, 2015 at 8:28 AM, Stefan Schadwinkel < stefan.schadwin...@smaato.com> wrote: > Hi, > > with Kafka 0.8 it is possible to add new partitions on newly added brokers > and supply a partition assignment to put the new partitions mainly

Issue with kafka-topics.sh tool for adding new partitions with replica assignment

2015-05-11 Thread Stefan Schadwinkel
Hi, with Kafka 0.8 it is possible to add new partitions on newly added brokers and supply a partition assignment to put the new partitions mainly on the new brokers (4 and 5 are the new brokers): bin/kafka-add-partitions.sh --topic scale-test-001 \ --partition 14 \ --replica-assignment-list 4:5,4

Issue with kafka-topics.sh tool for adding new partitions with replica assignment

2015-05-08 Thread Stefan Schadwinkel
Hi, with Kafka 0.8 it is possible to add new partitions on newly added brokers and supply a partition assignment to put the new partitions mainly on the new brokers (4 and 5 are the new brokers): bin/kafka-add-partitions.sh --topic scale-test-001 \ --partition 14 \ --replica-assignment-list 4:5,4