ConcurrencyPractitioner edited a comment on issue #3983: [Issue#3976] 
[component/client] Adding config for ReaderImpl
URL: https://github.com/apache/pulsar/pull/3983#issuecomment-481471347
 
 
   So while investigating, a couple of things was revealed. There is actually 
two approaches to getting to the right initial startPublishTimestamp:
   1. Add a new parameter or field  the initial subscription command (i.e. 
```Commands.newSubscribe```).  In this case, broker could seek to 
startPublishTimestamp directly at the moment of subscription.
   2. We call seek() from the client side instead (separate from the subscribe 
command) to get to startPublishTimestamp.
   
   @sijie  which one do you think is preferable?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to