aloyszhang opened a new issue #11278:
URL: https://github.com/apache/pulsar/issues/11278


   **Is your enhancement request related to a problem? Please describe.**
   Currently,  interface like `peekMessages` only show few attributes of 
Message like 
   
![image](https://user-images.githubusercontent.com/48062889/125224662-9c7ee880-e300-11eb-8a8a-77bc6144951b.png)
   
   Some attributes like `eventTime`/ `deliverAtTime` and `brokerEntryMetadata` 
are not included.
   
   So, 
   1.  we can't get the `eventTime `for a message from Admin CLI Tools now
   2.  we can't get the `deliverAtTime `for a message from Admin CLI Tools when 
publish delayed messages
   3.  we can't get the `brokerEntryMetadata` for a message from Admin CLI 
Tools when enalbe brokerEntryMetadata
   
   
   **Describe the solution you'd like**
   Expose eventTime/ deliverAtTime and brokerEntryMetadata  to 
peekMessages/getMessageById/examineMessage
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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]


Reply via email to