Open
Description
Use case
In #899 , we introduced the virtual column _tp_message_headers
to read the headers as a map of string/string.
We also need to provide ways to write custom headers to Kafka. To comply with SQL INSERT syntax, the _tp_message_headers
column probably need to be defined in the create external stream
DDL.
This may not be implemented at high priority. If anyone has a strong use case, please leave comment below.
Describe the solution you'd like
Describe alternatives you've considered
Additional context