conduktor.io ↗

KIP-427 — Add AtMinIsr topic partition category (new metric & TopicCommand option)

Accepted Kafka 2.3 MetricsBroker

KIP-427 adds an `AtMinIsr` partition category with a corresponding JMX metric and a `--at-min-isr` filter option for `kafka-topics.sh --describe`, identifying partitions whose ISR size equals `min.insync.replicas` exactly. The existing `UnderReplicatedPartitions` metric fires for any ISR shrinkage (including normal reassignments and broker restarts), making it too noisy to use as an actionable alert for the specific condition where one more ISR loss would cause `acks=all` produce failures.

Details

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