Open crazyStar00 opened 1 month ago
I have looked at the dubbo code and it seems that there is no Dubco-Dependencies -zookeeper after 3.0-beta.2
Usedubbo-dependencies-zookeeper-curator5
instead of the original dubbo-dependencies-zookeeper
dependency.
Use
dubbo-dependencies-zookeeper-curator5
instead of the originaldubbo-dependencies-zookeeper
dependency.
However, our zoookeeper version is 3.4.10, is it incompatible with dubco-dependencies -zookeeper-curator5? Will it no longer be compatible with zookeeper3.4.+
Use
dubbo-dependencies-zookeeper-curator5
instead of the originaldubbo-dependencies-zookeeper
dependency.However, our zoookeeper version is 3.4.10, is it incompatible with dubco-dependencies -zookeeper-curator5? Will it no longer be compatible with zookeeper3.4.+
You can choose not to upgrade dubbo version for now.
curator5 does not support zookeeper4, so I wonder if a later version of dubbo will still support zookeeper4
curator5 does not support zookeeper4, so I wonder if a later version of dubbo will still support zookeeper4
It will no longer be supported.
curator5 does not support zookeeper4, so I wonder if a later version of dubbo will still support zookeeper4
It will no longer be supported.
ok,thanks. I used dubbo: 3.3.0, dubco-dependencies -zookeeper: 3.0-beta.2, and found that only here there are exceptions, only need this code comment, start the service, and call the service is normal
Oh, and make sure you change the files.
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo: 3.3.0
Steps to reproduce this issue
What you expected to happen
Maybe you should upload it to the maven central repository or modify the documentation
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct