gaoran10 commented on a change in pull request #14604:
URL: https://github.com/apache/pulsar/pull/14604#discussion_r822248255



##########
File path: pulsar-client-cpp/include/pulsar/MessageId.h
##########
@@ -55,7 +60,12 @@ class PULSAR_PUBLIC MessageId {
     static const MessageId& latest();
 
     /**
-     * Serialize the message id into a binary string for storing
+     * return is this a chunk message id;
+     */
+    bool isChunkMessageid() const;
+
+    /**
+     * Serialize the message id into a binary string for string

Review comment:
       ```suggestion
        * Serialize the message id into a binary string for storing
   ```




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