You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/11 04:52:57 UTC

[GitHub] fjy closed pull request #6846: Use kafka_2.12-0.10.2.2

fjy closed pull request #6846: Use kafka_2.12-0.10.2.2
URL: https://github.com/apache/incubator-druid/pull/6846
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/extensions-contrib/kafka-emitter/pom.xml b/extensions-contrib/kafka-emitter/pom.xml
index 7c5e3e3f023..fff9ab9b343 100644
--- a/extensions-contrib/kafka-emitter/pom.xml
+++ b/extensions-contrib/kafka-emitter/pom.xml
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.apache.kafka</groupId>
       <artifactId>kafka-clients</artifactId>
-      <version>0.10.2.0</version>
+      <version>0.10.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.druid</groupId>
diff --git a/extensions-core/kafka-indexing-service/pom.xml b/extensions-core/kafka-indexing-service/pom.xml
index ff22c8d737b..37de81ffa5b 100644
--- a/extensions-core/kafka-indexing-service/pom.xml
+++ b/extensions-core/kafka-indexing-service/pom.xml
@@ -34,7 +34,7 @@
   </parent>
 
   <properties>
-    <apache.kafka.version>0.10.2.0</apache.kafka.version>
+    <apache.kafka.version>0.10.2.2</apache.kafka.version>
   </properties>
 
   <dependencies>
@@ -80,7 +80,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka_2.11</artifactId>
+      <artifactId>kafka_2.12</artifactId>
       <version>${apache.kafka.version}</version>
       <scope>test</scope>
     </dependency>
diff --git a/integration-tests/docker-base/setup.sh b/integration-tests/docker-base/setup.sh
index 9033a9de8f3..9b69ca048ac 100644
--- a/integration-tests/docker-base/setup.sh
+++ b/integration-tests/docker-base/setup.sh
@@ -40,8 +40,8 @@ wget -q -O - http://www.us.apache.org/dist/zookeeper/zookeeper-3.4.11/zookeeper-
 
 # Kafka
 # Match the version to the Kafka client used by KafkaSupervisor
-wget -q -O - http://www.us.apache.org/dist/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz | tar -xzf - -C /usr/local \
- && ln -s /usr/local/kafka_2.11-0.10.2.0 /usr/local/kafka
+wget -q -O - http://www.us.apache.org/dist/kafka/0.10.2.2/kafka_2.12-0.10.2.2.tgz | tar -xzf - -C /usr/local \
+ && ln -s /usr/local/kafka_2.12-0.10.2.2 /usr/local/kafka
 
 # Druid system user
 adduser --system --group --no-create-home druid \
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 73390ab537f..653beba5b9c 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -32,7 +32,7 @@
     </parent>
 
     <properties>
-        <apache.kafka.version>0.10.2.0</apache.kafka.version>
+        <apache.kafka.version>0.10.2.2</apache.kafka.version>
     </properties>
 
     <dependencies>
@@ -126,7 +126,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>
-            <artifactId>kafka_2.11</artifactId>
+            <artifactId>kafka_2.12</artifactId>
             <version>${apache.kafka.version}</version>
             <exclusions>
                 <exclusion>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org