Replies: 1 comment 1 reply
-
I have an idea for this @ne1r0n - let me take a stab at it and let you know... We've already created a Single Message Transform for something else - it might make sense to use that here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a case where kafka topic contains some useful information inside message header and I would like to ingest that data to ClickHouse together with value.
I've tried to use HeaderToField and HeaderToValue transforms, but it doesn't work with json w/o schemas.
I would be great if ClickHouse kafka connect could read and insert data from header and key into ClickHouse.
For the header to put a json with header's key/value into a one column would be more than enough or it could be a mapping in connect config to get exact key and put it to desired column.
Beta Was this translation helpful? Give feedback.
All reactions