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
Currently. in producer, If producer.flush fails due to a network error, consecutive calls to producer.send fail early too due to the previous error. Forcing us to call clear_errors to recover the producer.
Probably we need to reconsider if we want to force the client to call clear_errors to recover from these errors
The text was updated successfully, but these errors were encountered:
Currently. in producer, If
producer.flush
fails due to a network error, consecutive calls toproducer.send
fail early too due to the previous error. Forcing us to callclear_errors
to recover the producer.Probably we need to reconsider if we want to force the client to call
clear_errors
to recover from these errorsThe text was updated successfully, but these errors were encountered: