Back to Flink

Sql Gateway Rest Configuration

docs/layouts/shortcodes/generated/sql_gateway_rest_configuration.html

0.4-rc1767 B
Original Source
KeyDefaultTypeDescription
address

| (none) | String | The address that should be used by clients to connect to the sql gateway server. | |

bind-address

| (none) | String | The address that the sql gateway server binds itself. | |

bind-port

| "8083" | String | The port that the sql gateway server binds itself. Accepts a list of ports (“50100,50101”), ranges (“50100-50200”) or a combination of both. It is recommended to set a range of ports to avoid collisions when multiple sql gateway servers are running on the same machine. | |

port

| 8083 | Integer | The port that the client connects to. If bind-port has not been specified, then the sql gateway server will bind to this port. |