apupier commented on code in PR #24713:
URL: https://github.com/apache/camel/pull/24713#discussion_r3601712761


##########
core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/BacklogTracer.java:
##########
@@ -62,8 +62,12 @@ public class BacklogTracer extends ServiceSupport implements 
org.apache.camel.sp
     public static final int MAX_BACKLOG_SIZE = 1000;
     private final CamelContext camelContext;
     private final Language simple;
-    private boolean enabled;
-    private boolean standby;
+    // These three flags are toggled at runtime via JMX/management APIs while 
routing

Review Comment:
   Which three flags?
   
   I guess you mean `enabled`, `standby` and `activityEnabled` as they are the 
only three that were modified. Bu the `activityEnabled` one is down further the 
list, so it needs to be more precised otherwise we canno tunderstand by just 
reading the code



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