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



##########
File path: 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelConfig.java
##########
@@ -353,4 +359,21 @@
         @ConfigItem(defaultValue = "warn")
         public FailureRemedy onBuildTimeAnalysisFailure;
     }
+
+    @ConfigGroup
+    public static class EventBridgeConfig {
+
+        /**
+         * Whether to enable the bridging of Camel events to CDI events.
+         * <p>
+         * This allows CDI observers to be configured for Camel events. E.g. 
those belonging to the
+         * {@code org.apache.camel.quarkus.core.events}, {@code 
org.apache.camel.quarkus.main.events} &
+         * {@code org.apache.camel.impl.event} packages.
+         * <p>
+         * Note that his configuration item only has any effect when observers 
configured for Camel management events

Review comment:
       Maybe "Note that **this** configuration..." ?




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