influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

InfluxDB 2 JVM Based Clients

Results 65 influxdb-client-java issues
Sort by recently updated
recently updated
newest added
trafficstars

Related to https://github.com/influxdata/influxdb-client-python/issues/490 ## Proposed Changes Append `task option` at the end of script. It allows create task with following Flux: ``` procTotal = from(bucket: "example-bucket") |> range(start: -5m) |>...

bug

Closes #327 ## Proposed Changes The `JUnitPlatform `was deprecated in latest update of junit-platform-runner. It was replaced with `@Suite` anntotation. ## Checklist - [ ] CHANGELOG.md updated - [ ]...

Related to https://github.com/influxdata/influxdb-client-java/pull/298 The `JUnitPlatform` was deprecated in latest update of `junit-platform-runner` so we have to get rid of it. ![image](https://user-images.githubusercontent.com/455137/162372049-0da12fe0-a82c-40f1-a946-ba5ef75ca2eb.png)

dependency

The Java DSL API creates a convenient way for constructing Flux queries. The current implementation does so by building a Flux source string from the parameters to the various Java...

The DSL API presents a convenient way for users to build Flux queries without having worry about the mechanics of constructing the query. I have a question about its design...

The [gson-fire](https://github.com/julman99/gson-fire) is no longer maintained and has to be remove from client. The outdated `gson-fire` can cause collision with new major versions of `gson`. - https://github.com/julman99/gson-fire - https://github.com/google/gson

## Proposed Changes Simplify publishing GitHub pages by Docker to be platform independent. This PR also change the **Deploy Maven site** from [**ReleaseCycleSettings.md**](https://github.com/bonitoo-io/influxdata/blob/main/influxdb-clients/ReleaseCycleSettings.md#3-deploy-maven-site) to: ```console mvn site site:stage -DskipTests docker...

enhancement
documentation

__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Open and use multiple connections in a sequence, closing them after use 2. Perform at least one...

Hi, During implementation of tool that needs to retrieve schema of InfluxDB 2.7, I have encountered issue where `show series` return empty result, although underlying CSV contains correct data. Data...

__Proposal:__ Short summary of the feature. MissingReflectionRegistrationUtils.forProxy com.influxdb.client.service.HealthService please consider add native support https://github.com/oracle/graalvm-reachability-metadata thank you __Current behavior:__ Describe what currently happens. __Desired behavior:__ Describe what you want. please consider...