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/10/03 05:15:03 UTC

[GitHub] [pulsar] rocketraman opened a new issue #5310: Add meta-data to DLQ

rocketraman opened a new issue #5310: Add meta-data to DLQ
URL: https://github.com/apache/pulsar/issues/5310
 
 
   **Is your feature request related to a problem? Please describe.**
   The automatic DLQ is a nice feature, but its lacking any ability to add meta-data to the entry in the DLQ. For example, setting a property like "causalException" with an exception message and stack trace is very useful when looking at the entries in the DLQ and deciding how to handle them.
   
   **Describe the solution you'd like**
   One possible solution may be to allow passing additional properties to the `negativeAcknowledge` method. When an entry is created in the DLQ, the additional props provided would be added to the DLQ message properties.
   

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