You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 14:47:00 UTC

[jira] [Updated] (CAMEL-14600) Auto configure component/dataformat/languages when they are initialized

     [ https://issues.apache.org/jira/browse/CAMEL-14600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-14600:
--------------------------------
    Fix Version/s: 4.0
                       (was: 3.x)

> Auto configure component/dataformat/languages when they are initialized
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-14600
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14600
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Priority: Major
>             Fix For: 4.0
>
>
> As today the auto configuration of components is delegated to the runtime so as example, spring-boot auto configure components with the help of some CamelXYZAutoConfiguration classes, whereas the camel-main scans properties for those that starts with camel.component and configure the related components.
> I wonder if we can have a single point where component, dataformat, language & co auto-configuration take place regardless of the runtime camel runs on.
> As example for components, the auto configuration could happen when they are initialized like:
> - search for component-configurer (it is done already)
> - use the component-configurer - if any - to initialize the component 
> The component-configurer generator could also be enhanced not only to apply given properties but also to look them up from the camel context with a method like:
> {code:java}
>     public boolean configure(CamelContext camelContext, String componentName);
> {code}
>     
> The advantage of such implementation would be that:
> - component are consistent configured across runtimes (i.e. at the moment spring boot starters have an option to provide customizers to let use tune component configurations)
> - with auto generated code we could reduce the need to create intermediate objects on camel-main



--
This message was sent by Atlassian Jira
(v8.20.10#820010)