conduktor.io ↗

KIP-578 — Add configuration to limit number of partitions

Discussion BrokerAdmin

Introduces `max.partition.count` broker and per-topic configuration limits that the broker enforces on `CreateTopics` and `CreatePartitions` requests to prevent partition counts from exceeding safe operational thresholds. Without enforcement, operators can create topics with partition counts that cause live-locked clusters where even remediation (topic deletion) becomes unresponsive.

Protocol Impact

Metadata · CreateTopics · CreatePartitions · AlterPartitionReassignments

Details

AuthorGokul Ramanan Subramanian
StatusDiscussion
JIRAKAFKA-9590
WikiView on Apache Wiki
Created2020-03-11
Last Modified2020-07-14
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.