You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ajothomas (via GitHub)" <gi...@apache.org> on 2023/01/25 22:21:43 UTC

[GitHub] [samza] ajothomas commented on a diff in pull request #1651: Migrate zkclient library

ajothomas commented on code in PR #1651:
URL: https://github.com/apache/samza/pull/1651#discussion_r1087245610


##########
build.gradle:
##########
@@ -220,11 +220,12 @@ project(":samza-core_$scalaSuffix") {
 
   dependencies {
     compile project(':samza-api')
-    compile("com.101tec:zkclient:$zkClientVersion") {
+    compile("org.apache.helix:zookeeper-api:1.1.0") {

Review Comment:
   Also, looks like the version is use was 0.11 
   https://github.com/apache/samza/blob/master/gradle/dependency-versions.gradle#L49 



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

To unsubscribe, e-mail: commits-unsubscribe@samza.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org