Shoothzj commented on code in PR #277:
URL: https://github.com/apache/pulsar-client-cpp/pull/277#discussion_r1213380059
##########
include/pulsar/Message.h:
##########
@@ -124,6 +125,12 @@ class PULSAR_PUBLIC Message {
*/
void setMessageId(const MessageId& messageId) const;
+ /**
+ * Get the index of this message, if it doesn't exist, return -1
+ * @return
+ */
+ const int64_t getIndex() const;
Review Comment:
@BewareMyPower Fixed
--
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]