[ 
https://issues.apache.org/jira/browse/BEAM-3275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332367#comment-16332367
 ] 

ASF GitHub Bot commented on BEAM-3275:
--------------------------------------

jbonofre closed pull request #4446: [BEAM-3275] Update KafkaIO to support Kafka 
version 1.0.0
URL: https://github.com/apache/beam/pull/4446
 
 
   

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/build.gradle b/build.gradle
index c5a077ee97e..e51ee28bd8e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,7 +126,7 @@ ext.library = [
     jackson_module_scala: 
"com.fasterxml.jackson.module:jackson-module-scala_2.11:$jackson_version",
     joda_time: "joda-time:joda-time:2.4",
     junit: "junit:junit:4.12",
-    kafka_clients: "org.apache.kafka:kafka-clients:0.11.0.1",
+    kafka_clients: "org.apache.kafka:kafka-clients:1.0.0",
     malhar_library: "org.apache.apex:malhar-library:$apex_malhar_version",
     mockito_core: "org.mockito:mockito-core:1.9.5",
     netty_handler: "io.netty:netty-handler:$netty_version",
diff --git a/pom.xml b/pom.xml
index f9bde08f239..5c5d7f9f33c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
     <woodstox.version>4.4.1</woodstox.version>
     <spring.version>4.3.5.RELEASE</spring.version>
     <snappy-java.version>1.1.4</snappy-java.version>
-    <kafka.clients.version>0.11.0.1</kafka.clients.version>
+    <kafka.clients.version>1.0.0</kafka.clients.version>
     <commons.csv.version>1.4</commons.csv.version>
 
     <apache-rat-plugin.version>0.12</apache-rat-plugin.version>


 

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


> Support Kafka 1.0.0
> -------------------
>
>                 Key: BEAM-3275
>                 URL: https://issues.apache.org/jira/browse/BEAM-3275
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-extensions
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Ismaël Mejía
>            Priority: Major
>
> Now that Kafka 1.0.0 has been released, we have to validate that we support 
> this version.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to