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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: