Fixes doc w/r/t grpc compression. (#3551)

* Fixes doc w/r/t grpc compression.

Fixes #3537. Due to a change in upstream we didn't catch that breaking change in the config.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>

* Update _index.md

* Update _index.md

* Update _index.md
pull/3736/head
Cyril Tovena 4 years ago committed by GitHub
parent a00b19240b
commit 58bf983518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/sources/configuration/_index.md

@ -1774,9 +1774,9 @@ The `grpc_client_config` block configures a client connection to a gRPC service.
# CLI flag: -<prefix>.grpc-max-send-msg-size
[max_send_msg_size: <int> | default = 16777216]
# Whether or not messages should be compressed.
# CLI flag: -<prefix>.grpc-use-gzip-compression
[use_gzip_compression: <bool> | default = false]
# Use compression when sending messages. Supported values are: 'gzip', 'snappy' and '' (disable compression)
# CLI flag: -<prefix>.grpc-compression
[grpc_compression: <string> | default = '']
# Rate limit for gRPC client. 0 is disabled.
# CLI flag: -<prefix>.grpc-client-rate-limit

Loading…
Cancel
Save