You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/15 14:04:27 UTC

[GitHub] [camel] javaduke commented on pull request #6535: BacklogDebugger API enhancements

javaduke commented on pull request #6535:
URL: https://github.com/apache/camel/pull/6535#issuecomment-994821620


   > We should not introduce a new operation for dumping the exchange properties - I would rather add a boolean option to the existing dump, where you can specify if the dump should be with exchange properties
   
   Yes, I thought about this, but two things stopped me - one is that exchange properties are technically not part of the message, they are part of the Exchange, and the second problem is that the XML generation logic is implemented in the DefaultBacklogTracerEventMessage and it doesn't have the Exchange instance. Please let me know if you have any good idea of how this should be implemented.
   
   
   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org