doru1004 commented on issue #1541:
URL: https://github.com/apache/camel-k/issues/1541#issuecomment-646097277


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


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


Reply via email to