Samreay opened a new issue, #115:
URL: https://github.com/apache/pulsar-client-python/issues/115

   Hi all,
   
   As discussed in https://github.com/apache/pulsar/issues/10483 and 
https://github.com/apache/pulsar/issues/10328, it seems like the official way 
to get the latest message is to register a reader using startMessageIdInclusive 
and set the message id to `latest`.
   
   It seems like the functionality was added in the C++ client over at 
https://github.com/apache/pulsar/pull/17209/files, however has yet to come to 
the python client itself.
   
   I believe (and very happy to be proven wrong), that this means python 
clients have no way of actually getting the latest value apart from iterating 
from the start, which is seems... suboptimal.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to