set-proxy-options v5.6
Sets proxy options such as listen_address
, listen_port
, and max_client_conn
.
Synopsis
You can set the following proxy options with this command:
listen_address
listen_port
max_client_conn
max_server_conn
server_conn_keepalive
server_conn_timeout
consensus_grace_period
read_listen_address
read_listen_port
read_max_client_conn
read_max_server_conn
read_server_conn_keepalive
read_server_conn_timeout
read_consensus_grace_period
After updating any of these options, restart proxy.
Set listen_port
to non-zero value to route traffic to the Write Leader and
set read_listen_port
to non-zero value to route traffic to Read nodes.
Setting it to zero will disable the respective routing.
Use pgd show-proxies -o json
to view option values for each proxy.
Options
Flag | Description |
---|---|
--proxy-name | proxy name |
--option | option in name=value format |
See global options for global options.
Examples
Setting proxy options with multiple options
In this example, we use comma separated multiple options. Spaces are not allowed in the option values.
Setting proxy options with multiple option flags
In this example, we use multiple option flags. Spaces are not allowed in the option values.
Setting proxy options with double quotes
In this example, we use double quotes around options if the option value has spaces or special characters.