You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zheng Feng (Jira)" <ji...@apache.org> on 2020/05/21 14:11:00 UTC

[jira] [Commented] (CAMEL-14805) Component - Use doInit for wiring instead of doStart

    [ https://issues.apache.org/jira/browse/CAMEL-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113209#comment-17113209 ] 

Zheng Feng commented on CAMEL-14805:
------------------------------------

[~gnodet], I get a list of extension from the camel-quarkus currently, which the camel component has the doStart.
 * camel-ahc
 * camel-aws2-s3
 * camel-aws-ec2
 * camel-aws-ecs
 * camel-aws-eks
 * camel-aws-iam
 * camel-aws-kinesis
 * camel-aws-kms
 * camel-aws-lambda
 * camel-aws-s3
 * camel-aws-sdb
 * camel-aws-swf
 * camel-aws-translate
 * camel-bean
 * camel-dataformat
 * camel-dozer
 * camel-file
 * camel-infinispan
 * camel-jira
 * camel-kubernetes
 * camel-kudu
 * camel-log
 * camel-mongodb
 * camel-netty-http
 * camel-olingo4
 * camel-platform-http
 * camel-quartz
 * camel-ref
 * camel-salesforce
 * camel-seda
 * camel-sjms
 * camel-sql
 * camel-stream
 * camel-telegram
 * camel-timer
 * camel-xslt

I'd like to take a look at these component at first and ignore what use the XXXClient to open the network connection which I think should not be moved to doInit(). I just wonder what component you have been investigating ?

> Component - Use doInit for wiring instead of doStart
> ----------------------------------------------------
>
>                 Key: CAMEL-14805
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14805
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Claus Ibsen
>            Assignee: Guillaume Nodet
>            Priority: Major
>             Fix For: 3.4.0
>
>
> We should move logic from start to init for wiring and other similar things that can be setup as early as possible for lightweight camel.



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