-
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
Fix message not dispatch for key_shared sub type in non-persistent su… #9826
Fix message not dispatch for key_shared sub type in non-persistent su… #9826
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarvinCai Could you please add some tests?
@codelipenghui added unit test, PTAL |
@MarvinCai Could you please also take a look at the |
@codelipenghui updated the test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/pulsarbot rerun-failure-checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
apache#9826) Fixes apache#9703 ### Motivation With a non-persistent topic, I see messages published in the topic stats, but consumers do not consume them if they use Key_Shared. Other consumer modes work fine. ### Verifying this change Covered by existing test case, verified manually.
#9826) Fixes #9703 ### Motivation With a non-persistent topic, I see messages published in the topic stats, but consumers do not consume them if they use Key_Shared. Other consumer modes work fine. ### Verifying this change Covered by existing test case, verified manually. (cherry picked from commit 960a79e)
Fixes #9703
Motivation
With a non-persistent topic, I see messages published in the topic stats, but consumers do not consume them if they use Key_Shared. Other consumer modes work fine.
Verifying this change
Covered by existing test case, verified manually.