jamesnetherton commented on a change in pull request #3151:
URL: https://github.com/apache/camel-quarkus/pull/3151#discussion_r721464858



##########
File path: docs/modules/ROOT/pages/reference/extensions/core.adoc
##########
@@ -239,6 +239,14 @@ What to do if it is not possible to extract CSimple 
expressions from a route def
 | `org.apache.camel.quarkus.core.CamelConfig.FailureRemedy`
 | `warn`
 
+|icon:lock[title=Fixed at build time] 
[[quarkus.camel.event-bridge.enabled]]`link:#quarkus.camel.event-bridge.enabled[quarkus.camel.event-bridge.enabled]`
+
+Whether to enable the bridging of Camel events to CDI events. 
+ This allows CDI observers to be configured for Camel events. E.g. those 
belonging to the `org.apache.camel.quarkus.core.events`, 
`org.apache.camel.quarkus.main.events` & `org.apache.camel.impl.event` 
packages. 
+ Note that his configuration item only has any effect when observers 
configured for Camel management events are present in the application.
+| `boolean`
+| `true`

Review comment:
       Correct. Arguably you could not have a config param at all and just 
determine it based on whether observers are present. But I thought it'd still 
be worth having some option of forcably disabling the event bridge if required.




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