File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ This release also uses new version of InfluxDB OSS API definitions - [oss.yml](h
68
68
5 . [ #317 ] ( https://github.com/influxdata/influxdb-client-java/pull/317 ) : Gets HTTP headers from the unsuccessful HTTP request
69
69
6 . [ #334 ] ( https://github.com/influxdata/influxdb-client-java/pull/334 ) : Supports not operator [ FluxDSL]
70
70
7 . [ #329 ] ( https://github.com/influxdata/influxdb-client-java/pull/329 ) : Add support for write ` consistency ` parameter [ InfluxDB Enterprise]
71
-
72
- Configure ` consistency ` via ` Write API ` :
71
+
72
+ Configure ` consistency ` via ` Write API ` :
73
73
``` diff
74
74
- writeApi.writeRecord(WritePrecision.NS, "cpu_load_short,host=server02 value=0.67");
75
75
+ WriteParameters parameters = new WriteParameters(WritePrecision.NS, WriteConsistency.ALL);
You can’t perform that action at this time.
0 commit comments