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
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
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