davidradl commented on code in PR #26378:
URL: https://github.com/apache/flink/pull/26378#discussion_r2044565188


##########
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:
   as the change it to master - it should refer to the master docs , not the 
the v2.0 docs. They based on this url 
[https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql-gateway/overview/](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql-gateway/overview/)



-- 
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]

Reply via email to