KIP-760 — Minimum value for segment.ms and segment.bytes
Discussion Broker
Introduces broker-level `min.topic.segment.ms` and `min.topic.segment.bytes` configurations that enforce a minimum floor on the corresponding topic-level settings. Small values for `segment.ms` or `segment.bytes` cause an explosion of log segment files per partition, which can exhaust file descriptors or memory and crash brokers.
Details
| Author | Badai Aqrandista |
| Status | Discussion |
| JIRA | KAFKA-7760 |
| Wiki | View on Apache Wiki |
| Created | 2021-07-06 |
| Last Modified | 2021-09-10 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.