Anonymitaet commented on a change in pull request #12831:
URL: https://github.com/apache/pulsar/pull/12831#discussion_r750851825



##########
File path: pulsar-client-cpp/include/pulsar/c/consumer_configuration.h
##########
@@ -281,6 +281,12 @@ PULSAR_PUBLIC void 
pulsar_consumer_configuration_set_priority_level(
 PULSAR_PUBLIC int pulsar_consumer_configuration_get_priority_level(
     pulsar_consumer_configuration_t *consumer_configuration);
 
+PULSAR_PUBLIC int pulsar_consumer_is_replicate_subscription_state_enabled(
+    pulsar_consumer_configuration_t *consumer_configuration);

Review comment:
       Can you add explanations (docs) for your code change?
   
   Example:
   
![image](https://user-images.githubusercontent.com/50226895/142128215-c1602334-4719-4c39-b6af-a5581c2f1822.png)
   




-- 
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]


Reply via email to