davsclaus commented on a change in pull request #3151:
URL: https://github.com/apache/camel-quarkus/pull/3151#discussion_r721461491
##########
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:
Ideally there should be no custom event notifiers as camel-core has been
optimized for such situations. However this is really mostly related to event
notifiers that uses the _exchange_ based events (very fine grained). The other
events are mostly for lifecycle of services on startup / shutdown and has
little/neglible overhead.
--
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]