ammu20-dev commented on code in PR #26378: URL: https://github.com/apache/flink/pull/26378#discussion_r2059761260
########## docs/content/docs/dev/table/sql-gateway/overview.md: ########## @@ -84,6 +84,14 @@ $ curl --request POST http://localhost:8083/v1/sessions/${sessionHandle}/stateme The `operationHandle` in the return results is used by the SQL Gateway to uniquely identify the submitted SQL. +The Flink SQL Gateway allows clients to specify which Flink cluster to submit jobs to, enabling remote execution of SQL statements and facilitating easier interaction with Flink clusters through a REST API. Enrich the POST request body with [rest.address](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/config/#rest-address) and [rest.port](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/config/#rest-port) inside the `executionConfig` variable to set the Flink cluster address. For example: Review Comment: done through 9d84d54f6050ae011a26e7baa57d34336fcbae65 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org