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
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
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