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


   With the introduction of the [Kamelet 
EIP](https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-16493?filter=allopenissues)
 in Camel, we could introduce a new way to define simple, linear integrations, 
like:
   
   ```yaml
   steps:
     - kamelet: 
        name: foo
        properties:
          a: b  
     - kamelet:
        name: bar
        properties:
          c: d
   ```
   
   This could be particular useful for the materialization of a KameletBinding 
to a real integration so the camel-k operator does not need to care about 
things such as proper placement of `from`, `to`, etc.
   


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