conduktor.io ↗

Kafka ListPartitionReassignments Changelog — Protocol Version History

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.

VersionKafkaChanges
ListPartitionReassignmentsRequest
v02.4
+ TimeoutMs int32
+ Topics []ListPartitionReassignmentsTopics
+ Name string
+ PartitionIndexes []int32
~ Flexible encoding enabled FLEXIBLE
ListPartitionReassignmentsResponse
v02.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