pnowojski commented on PR #27326:
URL: https://github.com/apache/flink/pull/27326#issuecomment-3617790254

   lz4 1.8.0 is still being pulled from our Kafka connector, via Kafka client 🤔 
   
   ```
   [INFO] +- org.apache.flink:flink-connector-kafka:jar:3.0.0-1.17:compile
   [INFO] |  +- org.apache.flink:flink-connector-base:jar:1.17.0:compile
   [INFO] |  \- org.apache.kafka:kafka-clients:jar:3.2.3:compile
   [INFO] |     +- com.github.luben:zstd-jni:jar:1.5.2-1:runtime
   [INFO] |     \- org.lz4:lz4-java:jar:1.8.0:runtime
   ```
   
   Kafka connector is pulled in from examples and in some tests, so on the one 
hand I think we should be fine just ignoring it until kafka connector upgrades 
it's own dependency 🤔 But on the other hand I'm worried about dependency 
convergence if someone tries to use Flink with lz4 1.8.1 with Kafka Connector 
with lz4 1.8.0.
   
   I'm not 100% sure how to procede here.


-- 
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]

Reply via email to