influxdb-client-java
influxdb-client-java copied to clipboard
InfluxDB 2 JVM Based Clients
Hi, I'm trying to use `queryJSON` method of `InfluxQLQueryApi`. If I have `null` values resulting from my query, the library fires an exception because of the cast forced to String....
Add conversion for Instant type properties Closes # ## Proposed Changes _Briefly describe your proposed changes:_ ## Checklist - [ ] CHANGELOG.md updated - [ ] Rebased/mergeable - [ ]...
Closes # ## Proposed Changes FlowableBufferTimedFlushable doesn't need to inherit from FlowableTransformer. Therefore, delete this inheritance relationship to reduce the complexity of the code. The original implementation was quite confusing....
__Steps to reproduce:__ 1. Submit data fast enough, 2. If timer is running while buffer is full ,timer task will be disposed. We can see it in : https://github.com/influxdata/influxdb-client-java/blob/d641b1163986f90dbcc2d1275fceff698636882d/client/src/main/java/com/influxdb/client/internal/flowable/FlowableBufferTimedFlushable.java#L156-L196 This...
__Steps to reproduce:__ I am facing an unexpected exception: `java.io.InterruptedIOException: interrupted` . We have 180,000 invoke everyday, 10+ of these will meet `java.io.InterruptedIOException: interrupted`. Here is my code: ```java @Service...