-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Feature Request
Summary
In the InfluxDBConnection.java we have this hard coded,
writeApi = influxDBClient.makeWriteApi(WriteOptions.builder()
.batchSize(1000)
.flushInterval(1000)
.backpressureStrategy(BackpressureOverflowStrategy.DROP_OLDEST)
.bufferLimit(100000)
.jitterInterval(10)
.retryInterval(500)
.exponentialBase(4)
.build());
Link
Let the user configure it
Proposed Solution
Add parameter to the Logging Fragment, set default Parameter
Metadata
Metadata
Assignees
Labels
No labels