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 2019/11/04 05:34:00 UTC

[jira] [Updated] (CAMEL-13501) Component should move initialization logic to doInit instead of doStart

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

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

> Component should move initialization logic to doInit instead of doStart
> -----------------------------------------------------------------------
>
>                 Key: CAMEL-13501
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13501
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.x
>
>
> We should move logic that can be executed once during build/compile phase for components to doInit, and then leave doStart to when components need to setup live connections to remote systems etc.
> In doInit we can do internal init such as setup a thread pool or other stuff they need.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)