conduktor.io ↗

KIP-1114 — Introducing Chunk in Partition

Discussion Broker

Proposes splitting a Kafka partition's data into immutable inactive chunks and a single active chunk, allowing inactive chunks to be reassigned to different brokers independently of the active chunk. The entire partition replica is managed as one unit for assignment and rebalancing, making partition moves expensive even when only the active (tail) data matters for most operations.

Protocol Impact

Metadata

Details

AuthorDe Gao
StatusDiscussion
WikiView on Apache Wiki
Created2024-11-19
Last Modified2025-02-18
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.