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 11:46:29 UTC

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

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


   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, eg
   
   ```
       @ManagedOperation(description = "Dumps the messages in xml format from the suspended breakpoint at the given node")
       String dumpTracedMessagesAsXml(String nodeId, boolean includeExchangeProperties);
   ```
   
   


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