jackdaw

https://github.com/FundingCircle/jackdaw
dangercoder 2019-11-22T18:34:02.028700Z

Is there any way to get access to the underlying Headers object when using the stream library? I want to grap some values from the headers so I can use them in my logging context. I guess process! could be used?

2019-11-22T18:37:43.030300Z

Think that's only available using the processor API (i.e. via transform etc). However does look like something they want to expose to the DSL eventually. Probably won't hit jackdaw for a while though https://stackoverflow.com/a/46738514

2019-11-22T18:40:20.031400Z

Here's the issue to follow. Once this gets done, it would be possible (and relatively easy really) to add support in jackdaw. https://issues.apache.org/jira/browse/KAFKA-4125