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:
[email protected]


With regards,
Apache Git Services

Reply via email to