RobertIndie commented on issue #193: URL: https://github.com/apache/pulsar-client-python/issues/193#issuecomment-1886887060
Thanks for all your information. > That seems incredibly unintuitive. If I say to someone "Hey, get me the latest message" I'd expect them to give me the latest message, not the first message produced after I asked. For the term of `latest`. It's documented that way: https://github.com/apache/pulsar/blob/82237d3684fe506bcb6426b3b23f413422e6e4fb/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/MessageId.java#L83C1-L85 > I would expect the Python client to match that behaviour or at least document that the functionality isn't working yet. That makes sense to me. -- 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]
