Skip to content

Commit a1c0636

Browse files
committed
docs: adding info about gRPC compression
1 parent 0fed8be commit a1c0636

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ try (Stream<PointValues> stream = client.queryPoints(sql1, QueryOptions.DEFAULTS
175175

176176
System.out.printf("--------------------------------------------------------%n%n");
177177
```
178+
## gRPC Compression
179+
180+
The Java client supports gRPC response compression.
181+
182+
If the server chooses to compress query responses (e.g., with gzip), the client
183+
will automatically decompress them — no extra configuration is required.
178184

179185
## Feedback
180186

0 commit comments

Comments
 (0)