merlimat opened a new pull request #9316: URL: https://github.com/apache/pulsar/pull/9316
### Motivation When the topic is empty, the `Reader.hasMessageAvailable()` can return incorrect results if the reader is started on latest. The main issue is that we are not associating the last message in topic with the "real" position of the reader. ---------------------------------------------------------------- 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]
