On 02/11/2019 04:00, Sijie Guo wrote:
Secondly, if you are looking for opening a Reader by publish time. I
don't think there is such a method in the "reader" API.
Although it should be quite straightforward to add one in the
PulsarClient to open a reader by publish time. The implementation is
already in place.
A readerĀ is a consumer with non-durable subscription. The reader
implementation is based on the consumer implementation.
Consumer already supports seek by publish time. We can just expose
that to Reader as well.
Finally, contributions are very welcome!
My contribution is a github feature request:
https://github.com/apache/pulsar/issues/5537
Java is not my thing, sorry :-)