I have a local test setup for Kafka and Zookeeper.
Here are the details.
OS: Windows
Kafka: 2.0.1 (Single Node Single Broker) According to these Stackoverflow threads, Consumers should go down if the zookeeper or broker goes down.
What happens if Zookeeper fails completely?
Kafka cluster zookeeper failure handling
Even if the Zookeeper is down, Producer(Conduktor) and Consumer(Node js) are Working fine. The consumer is still registered.
What should be the expected behavior of consumers?