lburgazzoli commented on code in PR #5090:
URL: https://github.com/apache/camel-k/pull/5090#discussion_r1485982086


##########
pkg/trait/cron.go:
##########
@@ -475,3 +479,31 @@ func checkedStringToUint64(str string) uint64 {
        }
        return res
 }
+
+// changeSourcesCronURI is in charge to change the value of the from route 
with a component that executes
+// the workload just once.
+func (t *cronTrait) changeSourcesCronURI(e *Environment) error {

Review Comment:
   so this works my manipulating the source of the given integration which I 
would like to avoid as it is quite fragile and I rather do it in the underlying 
runtime but it requires some[ changes on 
camel-core](https://issues.apache.org/jira/browse/CAMEL-20409) and camel-k 
quarkus extension/spring boot starter
   
   
   



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