david radley created FLINK-38781:
------------------------------------
Summary: pass format options to the http response
Key: FLINK-38781
URL: https://issues.apache.org/jira/browse/FLINK-38781
Project: Flink
Issue Type: Technical Debt
Components: Connectors / HTTP
Reporter: david radley
Port HTTP-193. Pass the format options through to the response. this is
particularly useful for ignore-parse-errors. There is already an implementation
in the http connector that passes format options for the request ( encoding)
where failing on missing fields seems most useful. Request and response could
require different format options - similar to key and value for Kafka.
The existing HTTP request options seem to be done in a bespoke way and not
using the expected naming convention and allow new custom options. I have just
enabled options on the json format options to be passed through; these will be
honoured in response processing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)