[Bug] dubbo-dependencies-zookeeper 3.3.0 dependencies do not exist in the maven central repository
Pre-check
- [X] I am sure that all the content I provide is in English.
Search before asking
- [X] I had searched in the issues and found no similar issues.
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?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
I have looked at the dubbo code and it seems that there is no Dubco-Dependencies -zookeeper after 3.0-beta.2
Use dubbo-dependencies-zookeeper-curator5 instead of the original dubbo-dependencies-zookeeper dependency.
Use
dubbo-dependencies-zookeeper-curator5instead of the originaldubbo-dependencies-zookeeperdependency.
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-curator5instead of the originaldubbo-dependencies-zookeeperdependency.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.
https://dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/#9-removal-of-zookeeper-34-support
curator5 does not support zookeeper4, so I wonder if a later version of dubbo will still support zookeeper4
It will no longer be supported.
https://dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/#9-removal-of-zookeeper-34-support
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.
curator5 does not support zookeeper4, so I wonder if a later version of dubbo will still support zookeeper4