lburgazzoli opened a new issue #2370:
URL: https://github.com/apache/camel-k/issues/2370


   Assuming we have a Kamelet Binding, as today we compose the yaml definition 
as:
   
   ```yaml
   - from:
       uri: kamelet:from
       steps:
       - to: "kamelet:action-1"
       - to: "kamelet:action-2"
       - to: "kamelet:to"
   ```
   
   because actions may be complex, we should use something like:
   
   ```yaml
   - from:
       uri: kamelet:from
       steps:
       - kamelet:
           name: action-1
       - kamelet:
           name: action-2
       - kamelet:
           name: to
   ```
   


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