You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/09/26 17:32:00 UTC

[jira] [Updated] (CAMEL-16653) yaml dls: support for simple, linear integration definitions for kamelets

     [ https://issues.apache.org/jira/browse/CAMEL-16653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-16653:
--------------------------------
    Fix Version/s:     (was: 3.12.0)
                   3.13.0

> yaml dls:  support for simple, linear integration definitions for kamelets
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-16653
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16653
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-yaml-dsl
>            Reporter: Luca Burgazzoli
>            Priority: Major
>             Fix For: 3.13.0
>
>
> From https://github.com/apache/camel-k-runtime/issues/659
> With the introduction of the Kamelet EIP in Camel, we could introduce a new way to define simple, linear integrations, like:
> {code:yaml}
> steps:
>   - kamelet: 
>      name: foo
>      properties:
>        a: b  
>   - kamelet:
>      name: bar
>      properties:
>        c: d
> {code}
> 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 message was sent by Atlassian Jira
(v8.3.4#803005)