KIP-351 — Add --under-min-isr option to describe topics command
Accepted Kafka 2.3 AdminBroker
Adds an `--under-min-isr` flag to `kafka-topics.sh --describe` that filters the output to show only partitions whose ISR size is below `min.insync.replicas`. The existing `UnderMinIsrPartitionCount` JMX metric shows a count but not which partitions are affected, forcing operators to describe every topic and parse ISR sizes manually to identify the specific under-min-ISR partitions.
Details
| Author | Kevin Lu |
| Status | Accepted |
| Kafka Version | 2.3 |
| JIRA | KAFKA-7236 |
| Wiki | View on Apache Wiki |
| Created | 2018-08-02 |
| Last Modified | 2019-04-05 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.