Jason918 opened a new issue #11440: URL: https://github.com/apache/pulsar/issues/11440
**Is your enhancement request related to a problem? Please describe.** We can get MessageImpl object using `org.apache.pulsar.client.admin.Topics#examineMessage`, but it has Incomplete metadata , e.g. keys. Same things happens to `getMessageByID` and `peekNthMessage`, since they use the same `generateResponseWithEntry` to serialize the message, And only a few metadata entries are added to the response headers. **Describe the solution you'd like** Add all the metadata to the response headers. **Describe alternatives you've considered** **Additional context** -- 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]
