You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "gansheer (via GitHub)" <gi...@apache.org> on 2023/04/26 10:58:01 UTC

[GitHub] [camel-k] gansheer commented on issue #4283: Add statical check if integration refers to components supported by Camel K

gansheer commented on issue #4283:
URL: https://github.com/apache/camel-k/issues/4283#issuecomment-1523223419

   It could be a good idea to validate any Integration against the CamelCatalog used if we don't already do it. Since we are moving to being able to have multiple runtimes, which means multiple CamelCatalogs.
   
   If there is already have this kind of validation we could still have a better error (if we can) than : 
   ```
   Cannot reconcile Integration redis: error during trait customization: component not found for uri "spring-redis:{{redisHost}}:{{redisPort}}?channels=%7B%7Bchannels%7D%7D&command=%7B%7Bcommand%7D%7D&serializer=%23class%3A%7B%7Bserializer%7D%7D" in camel catalog runtime version 1.17.0
   
   ```


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