Skip to content

Commit 95554cc

Browse files
authored
improve readme to avoid issues similar with influxdata#252
1 parent 172080f commit 95554cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ influxDB.deleteDatabase(dbName);
7474
```
7575
Note that the batching functionality creates an internal thread pool that needs to be shutdown explicitly as part of a gracefull application shut-down, or the application will not shut down properly. To do so simply call: ```influxDB.close()```
7676

77-
Gzip's support:
77+
Gzip's support (version 2.5+ required):
7878

7979
influxdb-java client doesn't enable gzip compress for http request body by default. If you want to enable gzip to reduce transfter data's size , you can call: ```influxDB.enableGzip()```
8080

81-
UDP's support:
81+
UDP's support (version 2.5+ required):
8282

8383
influxdb-java client support udp protocol now. you can call followed methods directly to write through UDP.
8484
```

0 commit comments

Comments
 (0)