conduktor.io ↗

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

AuthorKevin Lu
StatusAccepted
Kafka Version2.3
JIRAKAFKA-7236
WikiView on Apache Wiki
Created2018-08-02
Last Modified2019-04-05
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.