lburgazzoli commented on issue #1541: URL: https://github.com/apache/camel-k/issues/1541#issuecomment-646101744
> What I had in mind was the usage of the routes, the code that performs a sendBody or requestBody. Can I include that in the code to kamel run? > can you scketch an example of what you want to achieve ? > Also if I have route which contains a reactive stream, such as: > > ``` > from("timer:clock"). > .setBody().header(Exchange.TIMER_COUNTER) > .to("some:consumer") > .log("${body}") > ``` > > can I expect that to run? It is a route so as long as you have all the dependencies it should work, if not get back to us :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org