Hi All, I have 3 nodes kafka cluster with below configuration:
Replication factor: 2 Number of partitions: 6 topic-name: notification As soon as data is ingested into notification topic, 2 nodes goes down. After that i am not able to push the data into that topic. When i check the status using list-topic tool, i am getting below status: topic: notification partition: 0 leader: 2 replicas: 1,2 isr: 2 topic: notification partition: 1 leader: 2 replicas: 2,0 isr: 2 topic: notification partition: 2 leader: -1 replicas: 0,1 isr: topic: notification partition: 3 leader: -1 replicas: 1,0 isr: topic: notification partition: 4 leader: 2 replicas: 2,1 isr: 2 topic: notification partition: 5 leader: 2 replicas: 0,2 isr: 2,0 Please let me know why i am facing this behaviour ? -- *Thanks & Regards* *Hanish Bansal*