What is ListPartitionReassignments?
Checks reassignment progress via kafka-reassign-partitions.sh --verify. Shows current, adding, and removing replica sets per partition. When addingReplicas and removingReplicas are both empty, the reassignment is complete.
| Version | Kafka | Changes |
|---|---|---|
| ListPartitionReassignmentsRequest | ||
| v0 | 2.4 | + TimeoutMs int32+ Topics []ListPartitionReassignmentsTopics+ Name string+ PartitionIndexes []int32~ Flexible encoding enabled FLEXIBLE |
| ListPartitionReassignmentsResponse | ||
| v0 | 2.4 | + ThrottleTimeMs int32+ ErrorCode int16+ ErrorMessage string+ Topics []OngoingTopicReassignment+ Name string+ Partitions []OngoingPartitionReassignment+ PartitionIndex int32+ Replicas []int32+ AddingReplicas []int32+ RemovingReplicas []int32~ Flexible encoding enabled FLEXIBLE |