rust-rdkafka icon indicating copy to clipboard operation
rust-rdkafka copied to clipboard

Client fails to reconnect to kafka once the kafka broker restarts or down and comes back up

Open manojnair727 opened this issue 11 months ago • 0 comments

We are using rust rdkafka library as client to produce messages in kafka. version (0.31). Issue we face is whenever kafka broker gets restarted or there is some downtime for brokers and comes back up, producer client is not able to re-initiate the connection and produce message. Instead it gives Message production error (FATAL). we end up restarting our pods to reinitialize the connection to the brokers to get it working. Can you please help us out here.

manojnair727 avatar Mar 15 '24 19:03 manojnair727