-
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
Key_Shared subscription on non-persistent topic #4462
Key_Shared subscription on non-persistent topic #4462
Conversation
relate to #4077 |
/cc @wolfstudy please help review the changes |
run cpp tests |
run java8 tests |
8a6fe0e
to
4dc111a
Compare
4dc111a
to
60c2bf4
Compare
LGTM +1 run java8 tests |
int consumer1ExpectMessages = 0; | ||
int consumer2ExpectMessages = 0; | ||
int consumer3ExpectMessages = 0; | ||
|
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.
In the test case, the code of newConsumer()
and newProducer()
is repeated multiple times, whether consider encapsulation as a function?
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.
Nice suggestion, i'm already and separate method newConsumer
and newProducer
to create consumer and producer, PTAL.
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
Motivation
Support Key_Shared subscription on non-persistent topic
If
yes
was chosen, please highlight the changesDocumentation