Skip to content

Make Influx WriteOptions parameterized #72

@hajoha

Description

@hajoha

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions