[
https://issues.apache.org/jira/browse/FLINK-39675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-39675:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: David Radley
> Priority: Major
> Labels: pull-request-available
>
> 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)