BewareMyPower commented on a change in pull request #10103:
URL: https://github.com/apache/pulsar/pull/10103#discussion_r605416829



##########
File path: pulsar-client-cpp/include/pulsar/ConsumerConfiguration.h
##########
@@ -253,9 +333,23 @@ class PULSAR_PUBLIC ConsumerConfiguration {
      * @param periodInSeconds       period in seconds to do an auto discovery
      */
     void setPatternAutoDiscoveryPeriod(int periodInSeconds);
+
+    /**
+     * @return the time duration for the PatternMultiTopicsConsumer performs a 
pattern auto discovery
+     */
     int getPatternAutoDiscoveryPeriod() const;
 
+    /**
+     * @param subscriptionInitialPosition the initial position at which to set
+     * the cursor when subscribing to the topic for the first time.
+     *
+     * The default value is `InitialPositionLatest`.

Review comment:
       Please follow the doc format
   
   ```
   /**
    * Short description
    *
    * (optional) detail description
    * @param ...
    */
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to