You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thecreate 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
The text was updated successfully, but these errors were encountered: