Skip to content

Commit

Permalink
[FLINK-12147][metrics][influxdb] Bump influxdb-java to 2.16
Browse files Browse the repository at this point in the history
Solves issue with sending metrics with infinity values (e.g. from Kafka) which are unsupported by InfluxDB. New driver version silently drops unsupported value types (NaN, -Inf, +Inf).
  • Loading branch information
piotrp authored and zentol committed Oct 30, 2019
1 parent 785b7b2 commit 16a815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-metrics/flink-metrics-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ under the License.
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>2.14</version>
<version>2.16</version>
</dependency>

<!-- test dependencies -->
Expand Down

0 comments on commit 16a815a

Please sign in to comment.