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 2022/09/02 14:48:00 UTC

[jira] [Updated] (CAMEL-14619) Introduce a SPI to automatic bind data format to transports

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

Claus Ibsen updated CAMEL-14619:
--------------------------------
    Fix Version/s: 4.0
                       (was: 3.x)

> Introduce a SPI to automatic bind data format to transports
> -----------------------------------------------------------
>
>                 Key: CAMEL-14619
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14619
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core-api
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>              Labels: gsoc2020, help-wanted
>             Fix For: 4.0
>
>
> Some data formats such as the future CloudEvent one (https://issues.apache.org/jira/browse/CAMEL-13335) have specifications that describe how to bind them to specific transports (https://github.com/cloudevents/spec) so we should introduce a SPI to make this binding automatic so in a route like:
> {code:java}
> from("undertow://http://0.0.0.0:8080")
>     .unmarshal().cloudEvents()
>     .to("kafka:my-topic");
> {code}
> the exchange gets automatically translated to a Kafka message according to the CloudEvent binding specs for Kafka.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)