You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Ofra Pavlovitz <of...@gmail.com> on 2016/01/07 13:21:44 UTC

AdminUtils.addPartitions

Hi,

I'm looking for the syntax of the replicaAssignmentStr parameter of the
method AdminUtils.addPartitions.
For example, suppose I have brokers 0..5 and topic T with 2 partitions and
replication factor 3.
And I would like to add 2 more partitions with replicas on brokers 1,3,5.
What should be the content of the replicaAssignmentStr  parameter in this
case.

Thanks,
Ofra