You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by tdanylchuk <gi...@git.apache.org> on 2018/05/10 14:38:22 UTC

[GitHub] camel pull request #2333: added support for propagating camel headers to kaf...

GitHub user tdanylchuk opened a pull request:

    https://github.com/apache/camel/pull/2333

    added support for propagating camel headers to kafka and vice versa

    Since 0.11.0 Kafka support headers, and it would be awesome to have such feature available also in camel component.
    
    By default it filters camel related headers and propagate filtered kafka headers to camel and vice versa.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tdanylchuk/camel feature/propagation-kafka-headers

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2333.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2333
    
----
commit f42a3a53e4d093ca3034c487a1b03fd737f31b54
Author: Taras Danylchuk <td...@...>
Date:   2018-05-10T14:33:03Z

    added support for propagating camel headers to kafka and vice versa

----


---

[GitHub] camel pull request #2333: CAMEL-12503: added support for propagating camel h...

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2333


---