davsclaus commented on issue #3149:
URL: https://github.com/apache/camel-quarkus/issues/3149#issuecomment-932705794


   Also pay attention that ideally the CamelManagementEventBridge should only 
return true for the events groups it wants to listen for.
   
   Its "expensive" to listen for exchange events as they are fired many times 
during routing. However events for starting / stopping camel context / routes 
are light and no problem.
   
   camel-core has been optimized to handle these two kinds and does special 
optimization if there are no exchange events in use.


-- 
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-unsubscr...@camel.apache.org

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


Reply via email to