lujiwen opened a new issue, #16624: URL: https://github.com/apache/pulsar/issues/16624
**Describe the bug** the message Id in response when I send it to pulsar is 111253:0:0, but when I read the message by reader interface, the message id turn out to be different like : 111253:-1:0, the third part become -1. <br class="Apple-interchange-newline"> **To Reproduce** Steps to reproduce the behavior: 1. send a message to pulsar topic 2. read it from topic by reader interface **Expected behavior** messageId should be exactly matched with the that in the response returned by pulsar broker -- 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]
