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 allow 1s to send a final empty fetch request indicating that the
fetch session should be closed.
This also fixes the previous direct-consumer path that allowed consuming
to continue while the client was shutting down, which could potentially
result in a spurious context.Canceled rather than ErrClientClosed error.
Closes#349.
We allow 1s to send a final empty fetch request indicating that the
fetch session should be closed.
This also fixes the previous direct-consumer path that allowed consuming
to continue while the client was shutting down, which could potentially
result in a spurious context.Canceled rather than ErrClientClosed error.
Closes#349.
apache/kafka@e903f2c
The text was updated successfully, but these errors were encountered: