coderzc opened a new issue, #21456: URL: https://github.com/apache/pulsar/issues/21456
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version master ### Minimal reproduce step 1. Create a RawReader 2. Send a normal message 3. Start a transaction and send a transaction message. 4. Call RawReader.getLastMessageIdAsync 5. Commit transaction ### What did you expect to see? If the transaction is not committed, getLastMessageId should return the messageId of the last committed message. ### What did you see instead? Return the messageId of the last uncommitted message. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
