[Bug] DLQ producer name conflicts when consumer sends messages to DLQ #21888
Labels
release/blocker
Indicate the PR or issue that should block the release until it gets resolved
type/bug
The PR fixed a bug or issue reported a bug
Milestone
Search before asking
Version
c834feb
Minimal reproduce step
Run the test: testDeadLetterTopicWithInitialSubscriptionAndMultiConsumers
What did you expect to see?
The test should be passed without any exceptions.
What did you see instead?
Even though the test is passed, It will throw unexpected execeptions:
Anything else?
The root cause is that a regression bug is introduced in #21589. The producer name will be conflicted when multiple consumers in the same topic and subscription send messages to DLQ concurrently.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: