clintropolis commented on a change in pull request #11126:
URL: https://github.com/apache/druid/pull/11126#discussion_r637148386



##########
File path: integration-tests/docker/Dockerfile
##########
@@ -46,6 +47,9 @@ ADD lib/* /usr/local/druid/lib/
 RUN wget -q 
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/$MYSQL_VERSION/mysql-connector-java-$MYSQL_VERSION.jar";
 \
     -O /usr/local/druid/lib/mysql-connector-java.jar
 
+RUN wget -q 
"https://packages.confluent.io/maven/io/confluent/kafka-protobuf-provider/$CONFLUENT_VERSION/kafka-protobuf-provider-$CONFLUENT_VERSION.jar";
 \
+    -O /usr/local/druid/lib/kafka-protobuf-provider.jar
+

Review comment:
       It doesn't actually include the dependency, there are licensing issues 
and that jar isn't solely Apache licensed, but actually dual Apache and 
Confluent community license, so people need to fetch it themselves similar to 
MySQL, see https://github.com/apache/druid/pull/10839#discussion_r570888190
   
   




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to