-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug] DLQ handling code doesn't copy the message key to the DLQ message when RECONSUMETIMES limit is hit #23181
Closed
3 tasks done
Labels
Comments
Merged
4 tasks
lhotari
added a commit
that referenced
this issue
Aug 16, 2024
lhotari
added a commit
that referenced
this issue
Aug 16, 2024
nikhil-ctds
pushed a commit
to datastax/pulsar
that referenced
this issue
Aug 16, 2024
… and fix bug in copying (apache#23182) Fixes apache#23173 Fixes apache#23181 See apache#23173 and apache#23181 - copy ordering key to messages sent to retry letter topic and DLQ topic (cherry picked from commit 67fc5b9) (cherry picked from commit c83428f)
nikhil-ctds
pushed a commit
to datastax/pulsar
that referenced
this issue
Aug 16, 2024
… and fix bug in copying (apache#23182) Fixes apache#23173 Fixes apache#23181 See apache#23173 and apache#23181 - copy ordering key to messages sent to retry letter topic and DLQ topic (cherry picked from commit 67fc5b9) (cherry picked from commit c83428f)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this issue
Aug 20, 2024
… and fix bug in copying (apache#23182) Fixes apache#23173 Fixes apache#23181 See apache#23173 and apache#23181 - copy ordering key to messages sent to retry letter topic and DLQ topic (cherry picked from commit 67fc5b9) (cherry picked from commit c83428f)
grssam
pushed a commit
to grssam/pulsar
that referenced
this issue
Sep 4, 2024
… and fix bug in copying (apache#23182) Fixes apache#23173 Fixes apache#23181 ### Motivation See apache#23173 and apache#23181 ### Modifications - copy ordering key to messages sent to retry letter topic and DLQ topic
hanmz
pushed a commit
to hanmz/pulsar
that referenced
this issue
Feb 12, 2025
… and fix bug in copying (apache#23182) Fixes apache#23173 Fixes apache#23181 ### Motivation See apache#23173 and apache#23181 ### Modifications - copy ordering key to messages sent to retry letter topic and DLQ topic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Read release policy
Version
any released version
Minimal reproduce step
PR will contain a test to reproduce
What did you expect to see?
message key should be copied in all cases
What did you see instead?
message key wasn't copied with reconsumeLater and RECONSUMETIMES exceeds
deadLetterPolicy.getMaxRedeliverCount()
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: