Re: Kafka Behavior During Partition Leader Shutdowns

2023-11-08 Thread Hemanth Savasere
Hi, As I understand it, the behavior also depends on the 'acks' value set by the producer. For more details, you can delve into the 'acks' parameter, but let's assume the default 'acks=1' setting. With this, the producer considers a message as successfully sent to a Kafka broker once an

Kafka Behavior During Partition Leader Shutdowns

2023-11-02 Thread Slavo Valko
Hello, I've been working on testing Kafka availability in Zookeeper mode during single broker shutdowns within a Kubernetes setup, and I've come across something interesting that I wanted to run by you. We've noticed that when a partition leader goes down, messages are not delivered until