David Radley created FLINK-39675:
------------------------------------
Summary: http-generic-json-url query param configuration not
required.
Key: FLINK-39675
URL: https://issues.apache.org/jira/browse/FLINK-39675
Project: Flink
Issue Type: Technical Debt
Components: Connectors / HTTP
Reporter: David Radley
in the query creator http-generic-json-url we currently have configurations:
http.request.query-param-fields-with-key and http.request.query-param-fields.
We can implement this using placeholders in the query param part of the url
using the configuration http.request.url-map.
We need to ensure that placeholders are url encoded at runtime.
We need to test multiple place holder with the same value will work . e.g
.../customer/{cid}?lookingfor={cid}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)