Luca Burgazzoli created CAMEL-14245:
---------------------------------------
Summary: [camel-main] allow to enable/disable auto confioguiration
per component/language/data-format
Key: CAMEL-14245
URL: https://issues.apache.org/jira/browse/CAMEL-14245
Project: Camel
Issue Type: Improvement
Components: camel-main
Reporter: Luca Burgazzoli
Assignee: Luca Burgazzoli
Fix For: 3.x
In camel-spring-boot we can control auto configuration of various services
(component, languages, data-formats) using the following patter:
camel.${type}.${name}.enabled = true|false
so as example it is possible to turn off auto configuration of the seda
component with a property like:
camel.component.seda.enabled = false
it would be nice to have the same feature in camel-main
--
This message was sent by Atlassian Jira
(v8.3.4#803005)