You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "lburgazzoli (via GitHub)" <gi...@apache.org> on 2023/07/25 14:24:44 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on pull request #5117: Onboard Camel K Runtime

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-unsubscribe@camel.apache.org

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