MCPcopy
hub / github.com/IBM/sarama / AlterPartitionReassignments

Method AlterPartitionReassignments

admin.go:50–50  ·  view source on GitHub ↗

Alter the replica assignment for partitions. This operation is supported by brokers with version 2.4.0.0 or higher.

(topic string, assignment [][]int32)

Source from the content-addressed store, hash-verified

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.

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls