Savonitar commented on code in PR #27326: URL: https://github.com/apache/flink/pull/27326#discussion_r2604616647
########## flink-dist/src/main/resources/META-INF/NOTICE: ########## @@ -6,6 +6,7 @@ The Apache Software Foundation (http://www.apache.org/). This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) +- at.yawk.lz4:lz4-java:1.8.1 Review Comment: Btw, upstream Apache Kafka (in trunk) has already migrated to the `at.yawk` fork and is [currently using version 1.10.1](https://github.com/apache/kafka/blob/trunk/gradle/dependencies.gradle#L113) Since the Kafka connector will eventually depend on newer Kafka clients (which use 1.10.x), maybe it is safer to align directly with 1.10.1 instead of 1.8.1? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
