-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
category/reliabilityThe function does not work properly in certain specific environments or failures. e.g. data lostThe function does not work properly in certain specific environments or failures. e.g. data losttype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Description
Search before asking
- I searched in the issues and found nothing similar.
Version
master
Minimal reproduce step
-
Create a RawReader
-
Send a normal message
-
Start a transaction and send a transaction message.
-
Call RawReader.getLastMessageIdAsync
-
Commit transaction
What did you expect to see?
If the transaction is not committed, getLastMessageId should return the messageId of the last committed/aborted 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!
Metadata
Metadata
Assignees
Labels
category/reliabilityThe function does not work properly in certain specific environments or failures. e.g. data lostThe function does not work properly in certain specific environments or failures. e.g. data losttype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug