KIP-455 — Create an Administrative API for Replica Reassignment
Accepted Kafka 2.4 AdminBroker
Introduces an `AdminClient` API for incremental replica reassignment and cancellation of in-progress reassignments, replacing the ZooKeeper-based `/admin/reassign_partitions` node interface. The ZooKeeper-based interface lacked error codes, security controls, incremental updates, and the ability to cancel an ongoing reassignment.
Protocol Impact
ListPartitionReassignments · AlterPartitionReassignments · LeaderAndIsr
Details
| Author | Colin McCabe |
| Status | Accepted |
| Kafka Version | 2.4 |
| JIRA | KAFKA-8345 |
| Wiki | View on Apache Wiki |
| Created | 2019-04-16 |
| Last Modified | 2020-04-20 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.