You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: