You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/20 13:30:12 UTC

[GitHub] [pulsar] Jim-Lambert-Bose commented on issue #4537: Go client: Missing ability to retrieve MessageID from pulsar.ProducerMessage

Jim-Lambert-Bose commented on issue #4537: Go client: Missing ability to retrieve MessageID from pulsar.ProducerMessage
URL: https://github.com/apache/pulsar/issues/4537#issuecomment-504026343
 
 
   While I agree that fixing the docs is the expedient way to resolve the issue, it doesn't fix the problem: there's no way to get the `msgID()` after publishing a message.  Without this `ID` there's no way to trace a message from producer to consumer (think distributed tracing).  I'm guessing that the `ID` has to be attached to the message as it's published, so Pulsar just needs to return it to the publishing client.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services