lburgazzoli commented on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-651136182


   I've been recommending to use something like:
   
   ```yaml
   - from:
       uri: "direct:route"
       steps:
         - bean:
             bean-type: 
org.apache.camel.k.loader.yaml.support.MyUppercaseProcessor
         - to: "mock:route"
   ```
   
   does that work for you ?
   
   


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