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/11 20:59:48 UTC

[GitHub] tobgu opened a new issue #3162: There should be a way to get the last message ID of a topic

tobgu opened a new issue #3162: There should be a way to get the last message ID of a topic
URL: https://github.com/apache/pulsar/issues/3162
 
 
   #### Expected behavior
   
   I can either read the last message (through a reader) to get the message ID of that message or get the last commited message ID for a topic in some other way (perhaps the REST API?).
   
   This would be very convinient to be able to instantiate Readers starting from a given position.
   
   Currently you can configure the Reader to start from LastMessageID. This will only give you messages not yet produced though.

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