KIP-54 — Sticky Partition Assignment Strategy
Accepted Kafka 1.0 Consumer
Introduces the StickyAssignor, a partition assignment strategy that produces balanced assignments while minimizing partition movement across rebalances by preferring to keep existing assignments stable. Standard assignors recompute assignments from scratch on every rebalance, unnecessarily moving partitions between consumers even when the existing assignment was already balanced.
Details
| Author | Vahid Hashemian |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-2273 |
| Wiki | View on Apache Wiki |
| Created | 2016-04-14 |
| Last Modified | 2018-10-17 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.