wangjialing218 opened a new pull request #11312: URL: https://github.com/apache/pulsar/pull/11312
### Motivation Current we can get `Message` from Pulsar Admin API like `getMessageById` or `examineMessage`, but `Message.getProducerName()` return null. In some case we may need to known the producer name of the message. ### Modifications expose producer name to `MessageMetadata` in `Message` for Pulsar Admin API. -- 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]
