-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(java): add possibility to specify WriteConsistency parameter #329
Conversation
e399cf7
to
fce2e29
Compare
Codecov Report
@@ Coverage Diff @@
## master #329 +/- ##
============================================
+ Coverage 88.74% 88.90% +0.16%
- Complexity 615 627 +12
============================================
Files 151 152 +1
Lines 6129 6266 +137
Branches 289 299 +10
============================================
+ Hits 5439 5571 +132
- Misses 607 610 +3
- Partials 83 85 +2
Continue to review full report at Codecov.
|
69a5239
to
f9e3d29
Compare
Proposed Changes
WriteConsistency
parameter. For more info see:precision
andconsistency
viaInfluxDBClientOptions
3.consistency
parameter for InfluxDB EnterpriseConfigure
consistency
viaWrite API
:Configure
consistency
via client options:Checklist
mvn test
completes successfully