raminqaf commented on a change in pull request #114: URL: https://github.com/apache/bahir-flink/pull/114#discussion_r592165074
########## File path: pom.xml ########## @@ -75,6 +75,7 @@ <module>flink-connector-akka</module> <module>flink-connector-flume</module> <module>flink-connector-influxdb</module> + <module>flink-connector-influxdb2</module> Review comment: Unfriendly not. Since there are breaking changes in InfluxDB 2.x. Even the java client is written from scratch and it's not compatible with version 1.7 anymore. More information [here](https://github.com/influxdata/influxdb-client-java#note-use-this-client-library-with-influxdb-2x-and-influxdb-18-see-details-for-connecting-to-influxdb-17-or-earlier-instances-use-the-influxdb-java-client-library). We created a separate module to avoid a situation where other users still rely on InfluxDB 1.x connectors. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org