zhfeng edited a comment on issue #1128:
URL: https://github.com/apache/camel-quarkus/issues/1128#issuecomment-618870775


   > provide a default "bootstrap item" that start the camel context
   
   So this is the same as the CamelMain.start() currently ?
   
   > User that need specific component/context configuration can use CDI (we 
probably need to support the concept of customizer with CDI beans).
   
   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 ?
   


----------------------------------------------------------------
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


Reply via email to