Re: Newly added topic or partitions are not assigned to running consumer groups using static membership

2020-09-27 Thread Guozhang Wang
That seems to be a bug indeed, I will reply on the ticket. Guozhang On Thu, Sep 24, 2020 at 8:03 PM Fu, Tony wrote: > Is anyone seeing this problem as well ( > https://issues.apache.org/jira/browse/KAFKA-10513)? I think it also > happens when new topics created within the subscription

Re: AdminClient fails to authenticate to Azure Eventhub for MirrorMaker2

2020-09-27 Thread Yu Watanabe
This seems to be related to the strimzi side. I will continue investigating with stimzi . Thanks. On Sun, Sep 27, 2020 at 3:00 PM Yu Watanabe wrote: > Hello . > > I use MirrorMaker2 on strimzi to mirror data from Azure Eventhub to kafka > cluster. > However, MirrorMaker2 fails to authenticate

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

2020-09-27 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

AdminClient fails to authenticate to Azure Eventhub for MirrorMaker2

2020-09-27 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