gaecfov opened a new issue, #23228: URL: https://github.com/apache/pulsar/issues/23228
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] 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 Pulsar Version:3.3.0 REST API:/persistent/{tenant}/{namespace}/{topic}/subscription/{subName}/position/{messagePosition} ### Minimal reproduce step curl --location --request GET '/admin/v2/persistent/public/default/my-topic/subscription/my-sub/position/1‘ ### What did you expect to see? Because the messagePosition parameter is set to 1, a message should normally be returned ### What did you see instead? Multiple messages are returned. It looks like one Batch message. How do I parse this message? I need to display this message on the page ### 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]
