-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[improve][pip] PIP-377: Automatic retry for failed acknowledgements #23267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[improve][pip] PIP-377: Automatic retry for failed acknowledgements #23267
Conversation
038e640
to
f2649a5
Compare
Is there a precise step to reproduce the acknowledgment lost? |
@aloyszhang not yet, there's #22709 and #21958 where it seems that acks get lost. One possible way that acks could get lost is due to the issue described in #23200 where the number of ack holes exceeds the default limit of 10000. If the the consumer gets reconnected at this time (client connection breaks or due to load balancing event), acks would get lost. |
Motivation
In the pip-377.md file
Modifications
In the pip-377.md file
Documentation
doc
doc-required
doc-not-needed
doc-complete