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



##########
File path: pulsar-client-cpp/include/pulsar/c/client.h
##########
@@ -90,11 +90,22 @@ PULSAR_PUBLIC void 
pulsar_client_subscribe_async(pulsar_client_t *client, const
                                                  const 
pulsar_consumer_configuration_t *conf,
                                                  pulsar_subscribe_callback 
callback, void *ctx);
 
+PULSAR_PUBLIC pulsar_result 
pulsar_client_subscribe_multi_topics(pulsar_client_t *client, const char 
**topics,

Review comment:
       Do not forget to add descriptions (annotation) so that users know how to 
use them.




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