Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We will introduce two new metrics and a new TopicCommand option to identify AtMinIsr partitions.

Code Block
# New metrics
# Broker metric
- kafka.server:name=AtMinIsrPartitions,type=ReplicaManager
# Partition metric
- kafka.cluster:name=AtMinIsr,type=Partition,topic={topic},partition={partition}

# New TopicCommand option
--at-min-isr-partitions

...