ConcurrencyPractitioner commented 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 so the initial subscription command (i.e. ```Commands.newSubscribe```) would entail broker to seek to startPublishTimestamp directly. 2. We call seek() from the client side instead 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
