Re: Facing new leader election issues in zookeeper-less kafka cluster having version 3.3.2

2023-04-14 Thread Kunal Jadhav
Thanks Divij, I will check further. --- Thanks & Regards, Kunal Jadhav On Fri, Apr 14, 2023 at 4:25 PM Divij Vaidya wrote: > Hey Kunal > > We would need more information to debug your scenario since there are no > known bugs (AFAIK) in 3.3.2 associated with leader election. > > At a very high

Re: Facing new leader election issues in zookeeper-less kafka cluster having version 3.3.2

2023-04-14 Thread Divij Vaidya
Hey Kunal We would need more information to debug your scenario since there are no known bugs (AFAIK) in 3.3.2 associated with leader election. At a very high level, the ideal sequence of events should be as follows: 1. When the existing leader shuts down, it will stop sending requests for heartb

Facing new leader election issues in zookeeper-less kafka cluster having version 3.3.2

2023-04-14 Thread Kunal Jadhav
Hello All, We have implemented 3 brokers cluster on a single node server in the kubernetes environment, which is a zookeeper-less cluster having kafka version 3.32. And facing one issue like when the existing leader broker gets down then the new leader is not elected. We have faced this issue seve