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

Claus Ibsen updated CAMEL-14619:
--------------------------------
    Component/s: camel-core
                     (was: camel-core-api)

> 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
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>             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)

Reply via email to