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/08/29 22:56:55 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #5075: [pulsar-client] support set read-position based on timestamp

rdhabalia opened a new pull request #5075: [pulsar-client] support set read-position based on timestamp
URL: https://github.com/apache/pulsar/pull/5075
 
 
   ### Motivation
   Right now, Pulsar-Reader can set the initial position by providing messageId. However, some of the users have usecase to only consume messages which are older than X hours and they want to set reader position at specific time and start consuming messages.
   
   ### Modification
   Allow reader to set initial position based on time where user can provide rollback time from where user wants to start reading messages. 
   
   ### Result
   - This will not change existing behavior
   - User can define rollback time from where it can start reading messages on pulsar-reader

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