influxdata / influxdata/influxdb-client-java
How to setup timeout in InfluxQLQueryApi?
- Dominant language
- Java
- Stars
- 477
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
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());
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the InfluxDBClient.getInfluxQLQueryApi() entry point and compare it with makeWriteApi(WriteOptions). Trace the available query configuration and any timeout-related options. Done means establishing whether InfluxQL query timeouts are supported and identifying the relevant API or documentation location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100