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
[Backport to 7.x] Remove unnecessary sleep after exhausted retries (#218)
* Remove unnecessary sleep after exhausted retries
Also fixes up some issues with logging, where the batch size was calculated
incorrectly.
Backport to 6.x of fixes from more recent branches (#219)
* Fixed incorrect millisecond to second conversion for retry_backoff_ms
* Improve error logging when failing to create producer
* pin bundler version to < 2
* Remove unnecessary sleep after exhausted retries