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
Producer rate control interferes with confirm limits.
Move rate control delay to before confirm.acquire, since the latter may block, spoiling the rate calculations;
also move now setting to after handleSend, since a report might delay the loop and prevent termination when it should.
0 commit comments