Skip to content

How to setup timeout in InfluxQLQueryApi? #610

@rts-gordon

Description

@rts-gordon

Hi there,

I make a QLQuery API like this, does any one know how to setup timeout parameters like "makeWriteApi", or there is no way to do this in "QLQueryApi" at all? Thanks a lot.

    // InfluxQL query API
    qlQueryApi = influxDBClient.getInfluxQLQueryApi();

makeWriteApi:

        writeApi = influxDBClient.makeWriteApi(WriteOptions.builder()
                .batchSize(5000)
                .retryInterval(10000)
                .build());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions