xvrl commented on a change in pull request #11126: URL: https://github.com/apache/druid/pull/11126#discussion_r637116986
########## 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: we should be able to avoid this by enabling the protobuf-extension which already includes this dependency -- 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]
