You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Read release policy
I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Version
2.11+
Minimal reproduce step
When I was working on #23791, I added another unit test to verify accessing the message value via Message#getValue inside onSendAcknowledgement. However, it returned an empty string, causing the test to fail at the final assertion.
Search before asking
Read release policy
Version
2.11+
Minimal reproduce step
When I was working on #23791, I added another unit test to verify accessing the message value via
Message#getValue
insideonSendAcknowledgement
. However, it returned an empty string, causing the test to fail at the final assertion.The same test works on pulsar client versions prior to
2.11.0
, this issue possibly relate to #16605 (not sure yet.)What did you expect to see?
Return message value properly
What did you see instead?
Empty message returned
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: