Skip to content
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

Jetstream consumer max deliver #1799

Open
negolas opened this issue Feb 5, 2025 · 0 comments
Open

Jetstream consumer max deliver #1799

negolas opened this issue Feb 5, 2025 · 0 comments
Labels
defect Suspected defect such as a bug or regression

Comments

@negolas
Copy link

negolas commented Feb 5, 2025

Observed behavior

By default on consumer configuration max deliver is -1. I tried to implement a simple test, that get message and nack it with delay of 10 seconds. Somethin message disappear after 2 or 3 retry. Is it normal? I don't think so.

But if i configure max deliver value for example as 3. Message will be retried correctly after nack.

Expected behavior

I would like to reproduce the same behavior with -1 default value and check retry count into my code manually.

Server and client version

Version 1.37.0

Host environment

I would like to use max deliver with default value because

Steps to reproduce

No response

@negolas negolas added the defect Suspected defect such as a bug or regression label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant