Hi,I am trying to monitor under replicated partitions to create an alert based on this metric. I want to get by topic,partition how many replicas are out-of-sync, compared to the replication factor, instead of a boolean value.
So someone can get an alert like:
Topic A, partition 0, has 2/3 out of sync replicas 3 = replication factor Is there anyway to get this info? thanks, anderson