Pulsar negative acked messages in Shared Subscription sometimes doesn't get redelivered #23972
Unanswered
suvrajit94
asked this question in
Q&A
Replies: 2 comments
-
There are thousands of improvements and fixes since 2.9.3, including a large number of critical security fixes. Please upgrade your Pulsar Java client to a supported version. What Pulsar broker version are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
One detail is that if the message has already been acknowledged, negatively acknowledging the message is a no-op. This is explained in this comment: #23436 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Pulsar Java Client 2.9.3. Seeing intermittent redelivery issues when message is negative acknowledged. The topic is non-partitioned, but multi-AZ. Using receiver queue size 0 in consumer client, according to the code, messages should get dispatched immediately to next available consumers.
According to broker logs, the message is not dispatched after being negative ack.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions