You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()```
76
76
77
-
Gzip's support:
77
+
Gzip's support (version 2.5+ required):
78
78
79
79
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()```
80
80
81
-
UDP's support:
81
+
UDP's support (version 2.5+ required):
82
82
83
83
influxdb-java client support udp protocol now. you can call followed methods directly to write through UDP.
0 commit comments