You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/09/27 09:49:23 UTC

[GitHub] [servicecomb-pack] zhfeng commented on a change in pull request #564: [SCB-1368] Scalability using Sharding from Akka Cluster

zhfeng commented on a change in pull request #564: [SCB-1368] Scalability using Sharding from Akka Cluster
URL: https://github.com/apache/servicecomb-pack/pull/564#discussion_r328996005
 
 

 ##########
 File path: alpha/alpha-server/pom.xml
 ##########
 @@ -201,6 +201,11 @@
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.kafka</groupId>
+      <artifactId>kafka-clients</artifactId>
+      <version>2.1.1</version>
 
 Review comment:
   please add this in the dependency managements and use the property like ${kafka.version}

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services