aldettinger commented on a change in pull request #3151:
URL: https://github.com/apache/camel-quarkus/pull/3151#discussion_r721455368
##########
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:
I would say it's ok to keep true as default. My understanding is that we
pay a performance price only when users explicitly configure observers.
--
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]