Kyuubi-ha 1.7.1 uses Zookeeper 3.4 as a dependency #5069
Replies: 1 comment 8 replies
-
Please check the #4854 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am writing my own zookeeper client based on Kyuubi's
ZookeeperDiscoveryClient
1.7.1 and java 17.It is now using zoopeeker 3.4 as a denpendency: https://mvnrepository.com/artifact/org.apache.kyuubi/kyuubi-ha_2.12/1.7.1, which leads me to get
Session 0x0 for server localhost/<unresolved>:2181, unexpected error
at runtime.Is there a way to upgrade the version to 3.6.2 at runtime?
Beta Was this translation helpful? Give feedback.
All reactions