Skip to content

Dynamic HTTP headers #169

Description

Have you considered the possibility of passing dynamic headers based on the values ​​in the record?
Perhaps something like the headers in Kafka SQL Connector - https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/kafka/#available-metadata?

INSERT INTO topic
SELECT
  T.id,
  MAP[
    'header1', CAST(T.header1 AS BYTES)
  ] AS `headers`
FROM table AS T

There was no need for such a thing or could there be some difficulties with it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions