nicolaferraro commented on issue #2203:
URL: https://github.com/apache/camel-k/issues/2203#issuecomment-817869742


   To simplify, it seems that using `parameters` with `to` does not work, so 
even the following fails:
   
   ```
   - from:
       uri: "timer:tick"
       steps:
       - to:
           uri: "log:info"
           parameters:
             showHeaders: "true"
   ```
   


-- 
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:
[email protected]


Reply via email to