Hello There, I am using Kafka and Zookeeper in a cluster setup, wherein having two nodes of Kafka and three nodes of Zookeeper with my clustered Spring Boot Application.
The issue I am facing is when I stop both the Kafka nodes and starts one of them (which is not a group coordinator), the consumers sitting at my Spring Boot Application stops receiving the messages in the queue. Spring Kafka Version - 2.1.9.RELEASE Kafka Version - 2.11-2.1.0 Zookeeper Version - 3.4.13 Please help or suggest a way out of it. Regards, Nakul Goyal 8949552129