metahys commented on a change in pull request #12076:
URL: https://github.com/apache/pulsar/pull/12076#discussion_r711568737
##########
File path: pulsar-client-cpp/lib/Commands.cc
##########
@@ -258,7 +258,8 @@ SharedBuffer Commands::newSubscribe(const std::string&
topic, const std::string&
const std::map<std::string, std::string>&
metadata,
const SchemaInfo& schemaInfo,
CommandSubscribe_InitialPosition
subscriptionInitialPosition,
- bool replicateSubscriptionState,
KeySharedPolicy keySharedPolicy) {
+ bool replicateSubscriptionState,
KeySharedPolicy keySharedPolicy,
+ int priority_level) {
Review comment:
Thanks for your suggestion, I have fixed it in the latest commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]