camel-quarkus icon indicating copy to clipboard operation
camel-quarkus copied to clipboard

Should we warn when users are creating component without using an observer method ? is is even possible ?

Open aldettinger opened this issue 2 years ago • 2 comments

aldettinger avatar Sep 16 '22 08:09 aldettinger

Thanks. At least when doing so would skip optimizations that are likely to cause issues.

fvaleri avatar Sep 16 '22 08:09 fvaleri

So, the recommend way is: https://github.com/apache/camel-quarkus/blob/main/docs/modules/ROOT/pages/user-guide/configuration.adoc#cdi

Maybe we should warn when this is bypassed, for instance with a producer method

aldettinger avatar Sep 16 '22 08:09 aldettinger