davidradl commented on code in PR #10: URL: https://github.com/apache/flink-connector-http/pull/10#discussion_r2606125425
########## 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: I have made some amendments to improve the English, prompted by your suggestions. @RocMarshal let me know what you think. -- 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]
