lburgazzoli commented on PR #5117:
URL: https://github.com/apache/camel-quarkus/pull/5117#issuecomment-1649946320

   > There is the ApplicationConfigSourceProvider which I will see if it is 
really necessary to depend on microprofile config.
   
   This is likely a good candidate for a first integration with Camel and/or 
Camel Quarkus as the goal for the `ApplicationConfigSourceProvider` aws to load 
properties in a particular order so that we can control the priority of the 
properties and we can also scan all the mounted secrets/configmaps.
   
   Camel has already some priority concepts backed in the `PropertiesComponent`:
   - default properties
   - override properties
   - all the others
   
   So we can probably model what `ApplicationConfigSourceProvider` does with 
plain Camel.
   In addition to that we can add the ability to scan directories Camel Quarkus 
in a form of a `ConfigSourceProvider`


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to