lburgazzoli commented on PR #5090:
URL: https://github.com/apache/camel-k/pull/5090#issuecomment-1964077445

   @squakez I've created a [draft 
PR](https://github.com/apache/camel-quarkus/pull/5802) here to clean up the 
camel-k extension that exists in camel-quarkus, once merged you should be able 
to leverage overrides, like:
   
   ```properties
   camel.k.routes.overrides[0].input.from = direct:r1
   camel.k.routes.overrides[0].input.with = direct:r1override
   ```
   
   To replace cron's workaround.
   
   It also enhance properties discovery and loading so you can probably remove 
the custom property discovery mechanism that has been implemented here. As as 
side note, implementing https://github.com/apache/camel-k/issues/5181 could 
probably help improving camel-k configuration handling.
   
   


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