Skip to content

Commit bd23fa2

Browse files
authored
Warn users about the grpc-compression-type config (#20935) (#21103)
1 parent 4c78d2a commit bd23fa2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tikv-configuration-file.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ This document only describes the parameters that are not included in command-lin
140140

141141
+ The compression algorithm for gRPC messages
142142
+ Optional values: `"none"`, `"deflate"`, `"gzip"`
143+
144+
> **Note:**
145+
>
146+
> TiDB does not support `"deflate"`. Therefore, if you want to compress gRPC response messages sent from TiKV to TiDB, set this configuration item to `"gzip"`.
147+
143148
+ Default value: `"none"`
144149

145150
### `grpc-concurrency`

0 commit comments

Comments
 (0)