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 kafka brokers come up or the network comes
back up, connection state will remain the same. Producing messages will
continue to fail till the kafka client is restarted. Is this understanding
correct?

-- 
Regards,
Abhishek Agarwal

Reply via email to