-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
When the ackwait is exceeded, the stream still displays messages, but consumers cannot retrieve them again #6905
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
Comments
|
You will likely want to configure redeliveries if you are using |
|
AFAIK, even after the consumer application reaches the maximum number of redelivery attempts, if it still fails to acknowledge the message successfully , the message will no longer be retried. However, it will continue to persist in the stream unless explicitly removed. |
Observed behavior
Expected behavior
how can i get the messages again?
Server and client version
nats-server: v2.11.4-RC.1
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: