-
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] The orderingKey doesn't get copied to DLQ or Retry letter messages #23173
Labels
Comments
15 tasks
so far we only copy message value, key, and properties. |
@dlg99 I'm not aware of anything else missing. |
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
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
There's no code to copy the orderingKey information from the source message to the target message that gets sent to the DLQ topic or Retry letter topic
What did you expect to see?
orderingKey should be preserved
What did you see instead?
orderingKey is currently ignored
Anything else?
Related to #23172
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: