Re: JMX Metrics UnderReplicatedPartitions And UnderMinIsrPartitionCount

2024-05-17 Thread Andi Büchler
Hi Artem, yes that's exactly the case! We're using Spring Kafka 2.7 and the @RetryableTopic has a default replication factor of 1 but our broker is configured with minIsr=2. In Spring Kafka 3 they changed it to -1 (meaning broker default value) [0]. Thanks! Andi [0] https://github.com/spr

Re: JMX Metrics UnderReplicatedPartitions And UnderMinIsrPartitionCount

2024-05-17 Thread Artem Timchenko
Hi, this could be the case if you have a topic with min.insync.replicas > replication factor. On Fri, May 17, 2024 at 10:37 AM Andi Büchler wrote: > Hello, > > using the JmxTool I discovered that one can have _no_ under replicated > partitions, but have an under minISR partition count > 0. Does

JMX Metrics UnderReplicatedPartitions And UnderMinIsrPartitionCount

2024-05-17 Thread Andi Büchler
Hello, using the JmxTool  I discovered that one can have _no_ under replicated partitions, but have an under minISR partition count > 0. Does anyone know, how that can be? I was expecting that when a partition is below the minimum in sync replica count, it would be defined as under replicated