Re: Behavior when kafka producer is network partitioned

2017-07-17 Thread Abhishek Agarwal
On Sun, Jul 16, 2017 at 8:32 PM, Abhishek Agarwal wrote: > What is the behaviour in 0.10.x if kafka producer is not able to reach any > of the broker for a brief duration? > > From what I understand from the code, all the nodes will be in > disconnected state. Since there is no node to query to,

Behavior when kafka producer is network partitioned

2017-07-16 Thread Abhishek Agarwal
What is the behaviour in 0.10.x if kafka producer is not able to reach any of the broker for a brief duration? >From what I understand from the code, all the nodes will be in disconnected state. Since there is no node to query to, client will never query any node and update the cluster. Even if ka