Alter the replica assignment for partitions. This operation is supported by brokers with version 2.4.0.0 or higher.
(topic string, assignment [][]int32)
| 48 | // Alter the replica assignment for partitions. |
| 49 | // This operation is supported by brokers with version 2.4.0.0 or higher. |
| 50 | AlterPartitionReassignments(topic string, assignment [][]int32) error |
| 51 | |
| 52 | // Provides info on ongoing partitions replica reassignments. |
| 53 | // This operation is supported by brokers with version 2.4.0.0 or higher. |
no outgoing calls