diff --git a/go/flags/endtoend/vtgate.txt b/go/flags/endtoend/vtgate.txt index 86a4001d33f..88550a69ebc 100644 --- a/go/flags/endtoend/vtgate.txt +++ b/go/flags/endtoend/vtgate.txt @@ -1,6 +1,9 @@ Usage of vtgate: --allowed_tablet_types TabletTypeList Specifies the tablet types this vtgate is allowed to route queries to --alsologtostderr log to standard error as well as files + --balancer_enabled Whether to enable the tablet balancer to evenly spread query load + --balancer_keyspaces strings When in balanced mode, a comma-separated list of keyspaces for which to use the balancer (optional) + --balancer_vtgate_cells strings When in balanced mode, a comma-separated list of cells that contain vtgates (required) --buffer_drain_concurrency int Maximum number of requests retried simultaneously. More concurrency will increase the load on the PRIMARY vttablet when draining the buffer. (default 1) --buffer_implementation string Allowed values: healthcheck (legacy implementation), keyspace_events (default) (default "keyspace_events") --buffer_keyspace_shards string If not empty, limit buffering to these entries (comma separated). Entry format: keyspace or keyspace/shard. Requires --enable_buffer=true.