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 2018/12/22 15:28:55 UTC

[GitHub] legendtkl commented on a change in pull request #3243: Document new rest api - getLastMessageId

legendtkl commented on a change in pull request #3243: Document new rest api - getLastMessageId
URL: https://github.com/apache/pulsar/pull/3243#discussion_r243739370
 
 

 ##########
 File path: site/docs/latest/admin-api/persistent-topics.md
 ##########
 @@ -644,3 +644,10 @@ String topic = "persistent://my-tenant/my-namespace/my-topic";
 String subscriptionName = "my-subscription";
 admin.persistentTopics().deleteSubscription(topic, subscriptionName);
 ```
+
+### Last Message Id
+
+It gives the last commited message ID for a persistent topic.
+
+#### REST API
 
 Review comment:
   ok, I will check the other two parts.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services