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 <tdanylchuk@...>
Date: 2018-05-10T14:33:03Z
added support for propagating camel headers to kafka and vice versa
----
---