Open
Description
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
Labels
No labels