lburgazzoli commented on issue #1128: URL: https://github.com/apache/camel-quarkus/issues/1128#issuecomment-619710128
> > provide a default "bootstrap item" that start the camel context > > So this is the same as the CamelMain.start() currently ? Except it does not use camel-main > > > User that need specific component/context configuration can use CDI (we probably need to support the concept of customizer with CDI beans). > mh, probably we don't need it as we fire CDI events so one can listen and react to them. > How can we support this customizer with CDI beans ? provide the BeanConfigurationBuildItem in the user's application code ? > > I just introduce the `quarkus.camel.bootstrap.enabled` option and the user can disable the bootstrap in the extension and will do the configuration and boot the camel context by themselves. Do you think it make sense ? or we have to provide the mandatory default bootstrap ? The default bootstrapper should be marked as optional so developers can provide an alternative one if they want a custom boostrap logic ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org