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