RocMarshal commented on code in PR #10: URL: https://github.com/apache/flink-connector-http/pull/10#discussion_r2596857692
########## docs/content/docs/connectors/table/http.md: ########## @@ -240,6 +240,25 @@ POST, PUT and GET operations. This query creator allows you to issue json reques your own custom http connector. The mappings from columns to the json request are supplied in the query creator configuration parameters `http.request.query-param-fields`, `http.request.body-fields` and `http.request.url-map`. +### Format considerations + +#### For http requests +In order to use custom format, user has to specify option `'lookup-request.format' = 'customFormatName'`, where `customFormatName` is the identifier of custom format factory. Review Comment: Hi, @davidradl Thx for the quickly response. Sorry for forgetting adding comment here in the previous round, too. So, ditto with the previous comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
