Re: Kafka Size of ISR Set(3) insufficient for min.isr 2

2020-09-26 Thread Manoj.Agrawal2
In order to produce the data , topic should be have min ISR =2 but look like ISR is out of sync . kafka cluster health is not good . Topic: FooBar Partition: 0 Leader: 3 Replicas: 2,3,1 Isr: 3 |[root@LoremIpsum kafka]# /usr/lib/kafka/kafka/bin/kafka-topics.sh --bootstrap-server localh

AdminClient fails to authenticate to Azure Eventhub for MirrorMaker2

2020-09-26 Thread Yu Watanabe
Hello . I use MirrorMaker2 on strimzi to mirror data from Azure Eventhub to kafka cluster. However, MirrorMaker2 fails to authenticate to Azure Eventhub with following error. This happens when consuming logs from eventhub not when mirroring to eventhub.. I use strimzi 0.17.0 and kafka 2.4.0 for m

Re: Kafka Size of ISR Set(3) insufficient for min.isr 2

2020-09-26 Thread Liam Clarke-Hutchinson
Hi Franz, The last bit of your command output shows that only one partition (partition 3) is in sync, I've put asterisks around it, ISR being short for In Sync Replicas Hence why you're seeing that exception. Topic: FooBar Partition: 0 Leader: 3 Replicas: 2,3,1 *Isr: 3* I'd suggest looking in t

Kafka Size of ISR Set(3) insufficient for min.isr 2

2020-09-26 Thread Franz van Betteraey
Hi all, I have a strange Kafka Server error when mirroring data with the MirrorMaker 1 in Apache Kafka 2.6. |org.apache.kafka.common.errors.NotEnoughReplicasException: The size of the current ISR Set(3) is insufficient to satisfy the min.isr re