-
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
[client-cpp] add subscription properties to consumer for cpp #15020
[client-cpp] add subscription properties to consumer for cpp #15020
Conversation
@Lannnnh:Thanks for your contribution. For this PR, do we need to update docs? |
@Lannnnh:Thanks for providing doc info! |
@Lannnnh:Thanks for your contribution. For this PR, do we need to update docs? |
@Lannnnh:Thanks for providing doc info! |
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.
Please add a test in ConsumerConfigurationTest
.
See #12076 for example.
4b85cec
to
dae3229
Compare
@BewareMyPower ok, I have been added a test in ConsumerConfigurationTest. |
f865596
to
82878b4
Compare
@BewareMyPower Hello, this PR has been suspended for a few days. Next, how to proceed further? |
It's blocked by the failed CI caused by some flaky tests. I reran the failed CI again just now. BTW, you can also comment |
If it still failed, you can try to rebase to master and push by force again because the latest commits might fix some flaky tests. |
40b0ca3
to
21070fe
Compare
@BewareMyPower Thanks for the reminder, now that all tests have passed. Next, need your review/accept to merge this PR. |
…15020) # Motivation Pulsar already support entry filter, But pulsar-client-cpp ConsumerImpl not contains subscriptionProperties Option. So, this PR want to solve it. # Modifications Enable subscriptionProperties on consumer for cpp client.
…15020) # Motivation Pulsar already support entry filter, But pulsar-client-cpp ConsumerImpl not contains subscriptionProperties Option. So, this PR want to solve it. # Modifications Enable subscriptionProperties on consumer for cpp client.
Motivation
Pulsar already support entry filter, But pulsar-client-cpp ConsumerImpl not contains subscriptionProperties Option. So, this PR want to solve it.
Modifications
Enable subscriptionProperties on consumer for cpp client.
Results
subscriptionProperties are added for CommandSubscribe. However, there is no way to verify the consumer subscriptionProperties. so I didn't add any specific tests.
Documentation
Check the box below or label this PR directly (if you have committer privilege).
Need to update docs?
no-need-doc
Why?
this PR only involves pulsar-client-cpp consumer subscribe opition modification