FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
369 stars 80 forks source link

How to send and consume headers in Kstream? #255

Open zcaudate opened 4 years ago

zcaudate commented 4 years ago

I'm want to send some trace-ids for logging purposes on the kafka stream.

There are some examples for doing with the raw java lib here. https://stackoverflow.com/questions/55882891/how-to-send-headers-using-kstream

Are there any examples of how to do this with jackdaw?