You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "divyanshurai07 (via GitHub)" <gi...@apache.org> on 2023/04/10 12:52:49 UTC

[GitHub] [camel-karavan] divyanshurai07 opened a new issue, #711: enabling backlog tracing for routes

divyanshurai07 opened a new issue, #711:
URL: https://github.com/apache/camel-karavan/issues/711

   Hi,
   
   is it possible to add/enable camel backlog tracing for routes so as to help in debugging.
   
   BACKLOGTRACER
   Camel supports a backlog tracer interceptor that is used for capturing a trace message of each message as they are routed in Camel. The trace message is stored in a backlog queue, which contains the last N messages for each node in the routes (by default 10).


-- 
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.apache.org

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


[GitHub] [camel-karavan] davsclaus commented on issue #711: enabling backlog tracing for routes

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #711:
URL: https://github.com/apache/camel-karavan/issues/711#issuecomment-1501834371

   Camel 3.21 with camel-jbang comes with tracing enabled OOTB and you can use the new `camel trace` command
   https://camel.apache.org/manual/camel-jbang.html#_tracing_messages


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


[GitHub] [camel-karavan] mgubaidullin closed issue #711: enabling backlog tracing for routes

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #711: enabling backlog tracing for routes
URL: https://github.com/apache/camel-karavan/issues/711


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


[GitHub] [camel-karavan] mgubaidullin commented on issue #711: enabling backlog tracing for routes

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #711:
URL: https://github.com/apache/camel-karavan/issues/711#issuecomment-1501793943

   I believe that you need to add `camel.main.backlog-tracing = true` in `application.properties` to enable backlogtracing


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