Skip to content

Commit 79f655d

Browse files
authored
docs: adding info about gRPC compression
1 parent 0fed8be commit 79f655d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,13 @@ try (Stream<PointValues> stream = client.queryPoints(sql1, QueryOptions.DEFAULTS
176176
System.out.printf("--------------------------------------------------------%n%n");
177177
```
178178

179+
## gRPC Compression
180+
181+
The Java client supports gRPC response compression.
182+
183+
If the server chooses to compress query responses (e.g., with gzip), the client
184+
will automatically decompress them — no extra configuration is required.
185+
179186
## Feedback
180187

181188
If you need help, please use our [Community Slack](https://app.slack.com/huddle/TH8RGQX5Z/C02UDUPLQKA)

0 commit comments

Comments
 (0)