lburgazzoli commented on a change in pull request #1344: URL: https://github.com/apache/camel-quarkus/pull/1344#discussion_r441766921
########## File path: docs/modules/ROOT/pages/user-guide/bootstrap.adoc ########## @@ -0,0 +1,35 @@ += Bootstrap Camel Quarkus +:page-aliases: bootstrap.adoc + +Camel Quarkus automatically configure and deploy a Camel Context bean which by default is started/stopped according to the Quarkus Application lifecycle. The configuration step happens at build time during Quarkus' augmentation phase and it is driven by the Camel Quarkus extensions which can be tuned using Camel Quarkus specific properties indentified by "camel.quarkus" as prefix. After the configuration is done, a minimal Camel Runtime is assembled and started at RUNTIME_INIT time. At that point, any additional configuration should be done using CDI, below an example bout how to configure a Camel Component: Review comment: I haven't yet marked the `documentation (user guide)` as done, This is just a bunch of notes and I've committed it as I will continue on another computer so I need a way to synk them :) ---------------------------------------------------------------- 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