BewareMyPower commented on issue #9176: URL: https://github.com/apache/pulsar/issues/9176#issuecomment-765349399
I just found that the current C++ send API design is strange that though `msg` is `const`, the `MessageId` will be stored in `msg` and user can get message id by `msg.getMessageId()` after `send` returns. But the document didn't explain it. Anyway, Python client doesn't expose the `Message` so user cannot get message id. I'll add the new API of `Producer::send` to let Python client get the message id and improve the docs. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
