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 2019/04/03 18:36:10 UTC

[GitHub] [pulsar] sijie opened a new issue #3976: Support opening a reader by publish time

sijie opened a new issue #3976: Support opening a reader by publish time
URL: https://github.com/apache/pulsar/issues/3976
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Currently we only support opening a reader by `MessageId`. It would be great to support opening a reader by publish time
   
   **Describe the solution you'd like**
   
   Add `startMessageId(long timestamp)` to ReaderBuilder so users can builder a reader starting from a given timestamp.
   
   **Describe alternatives you've considered**
   
   down-cast to consumer and use `seek-by-time`. see the approach used in #3975 
   
   **Additional context**
   
   N/A

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services