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
| Author | Gokul Ramanan Subramanian |
| Status | Discussion |
| JIRA | KAFKA-9590 |
| Wiki | View on Apache Wiki |
| Created | 2020-03-11 |
| Last Modified | 2020-07-14 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.