You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/09 04:14:24 UTC

[GitHub] [pulsar] michaeljmarshall commented on a diff in pull request #15993: [client][python] Add support for consumer get_last_message_id

michaeljmarshall commented on code in PR #15993:
URL: https://github.com/apache/pulsar/pull/15993#discussion_r893052699


##########
pulsar-client-cpp/include/pulsar/Consumer.h:
##########
@@ -390,6 +390,11 @@ class PULSAR_PUBLIC Consumer {
      */
     bool isConnected() const;
 
+    /**
+     * Get the latest message id for the consumer's topic.
+     */
+    virtual void getLastMessageIdAsync(BrokerGetLastMessageIdCallback callback);

Review Comment:
   Thank you for your guidance! I'll take a look at that.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org