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
I want to optimize Kafka producer config about retry, I prepare a weak network environment by tc(add latency between local and broker), when start pub message, get this error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to optimize Kafka producer config about retry, I prepare a weak network environment by tc(add latency between local and broker), when start pub message, get this error
How can I verify that a retry happened?
In https://github.com/confluentinc/librdkafka/blob/master/STATISTICS.md i get this metric
In my case, this metrics always 0
How to know if a retry was made before the timeout occurred
Beta Was this translation helpful? Give feedback.
All reactions