Jetstream backoff
#421
-
I have set the jetstream backoff, but the redelivery/backoff does not seems to work. I mean I expect a redelivery based on the backoff. One other question, when the maxDeliver is up, what happens to the undelivered message?
|
Beta Was this translation helpful? Give feedback.
Answered by
mtmk
Mar 1, 2024
Replies: 1 comment
-
AFAIK after maxDeliver times of redelivery, that message would be marked as delivered or terminated (not sure of the actual state) but basically should not be redelivered for that consumer again. as for back-off, i think that should be in nanoseconds:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alberk8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AFAIK after maxDeliver times of redelivery, that message would be marked as delivered or terminated (not sure of the actual state) but basically should not be redelivered for that consumer again.
as for back-off, i think that should be in nanoseconds: