dgrove-oss commented on a change in pull request #2948: Programmatic lazy 
creation of completedN and invokerN topics
URL: 
https://github.com/apache/incubator-openwhisk/pull/2948#discussion_r151476514
 
 

 ##########
 File path: common/scala/build.gradle
 ##########
 @@ -25,7 +25,7 @@ dependencies {
     compile 'commons-codec:commons-codec:1.9'
     compile 'commons-io:commons-io:2.4'
     compile 'commons-collections:commons-collections:3.2.2'
-    compile 'org.apache.kafka:kafka-clients:0.10.2.1'
+    compile 'org.apache.kafka:kafka-clients:0.11.0.1'
 
 Review comment:
   Starting with kafka 0.10.2, they support both forward & backward version 
mismatch of the server and clients.  So we don't have to be running the 0.11 
server to use the 0.11 client.
   
   I do think upgrading the kafka server is a good idea to keep current, so I 
am planning on submitting a separate PR that just does that.  By isolating that 
change it will be easier to roll it back and/or performance test it separately.

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


With regards,
Apache Git Services

Reply via email to