davidradl commented on code in PR #26378: URL: https://github.com/apache/flink/pull/26378#discussion_r2044556248
########## docs/content/docs/dev/table/sqlClient.md: ########## @@ -69,6 +69,12 @@ In the gateway mode, the CLI submits the SQL to the specified remote gateway to The `<gateway address>` can be provided in two formats: as a `host:port` combination or as a full URL. +You can also override the default job manager configuration in SQL client by explicitly providing the cluster address while initialising the client as below: + +```bash +./bin/sql-client.sh gateway --endpoint <gateway address> -Drest.address=<flink cluster host> -Drest.port=<port> Review Comment: I suggest ,without changing the code we change `gateway address` to `gateway endpoint`. As address implies IP address and does not include the port. -- 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