conduktor.io ↗

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

AuthorVahid Hashemian
StatusAccepted
Kafka Version1.0
JIRAKAFKA-2273
WikiView on Apache Wiki
Created2016-04-14
Last Modified2018-10-17
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.