I want to know if RW supports kafka headers and if there is any documentation available for it.
Sergey Tarabara
Asked on Jan 11, 2024
Yes, RW supports kafka headers, but it is not officially released yet. You can try the nightly release for this feature. For converting bytea to string, you can use the following query: select (header[1]).value::varchar
. To handle conditions like ENTITY_STATUS = 'succeeds'
where the key can be at different positions in the header, you may need to unnest the header into an array and use a where clause for filtering.