apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.43k stars 26.42k forks source link

[Bug] dubbo-dependencies-zookeeper 3.3.0 dependencies do not exist in the maven central repository #14759

Open crazyStar00 opened 2 hours ago

crazyStar00 commented 2 hours ago

Pre-check

Search before asking

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

dubbo: 3.3.0

Steps to reproduce this issue

image image

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

crazyStar00 commented 1 hour ago

I have looked at the dubbo code and it seems that there is no Dubco-Dependencies -zookeeper after 3.0-beta.2

wcy666103 commented 1 hour ago

Usedubbo-dependencies-zookeeper-curator5 instead of the original dubbo-dependencies-zookeeper dependency.

crazyStar00 commented 57 minutes ago

Usedubbo-dependencies-zookeeper-curator5 instead of the original dubbo-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.+

wcy666103 commented 41 minutes ago

Usedubbo-dependencies-zookeeper-curator5 instead of the original dubbo-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.

crazyStar00 commented 34 minutes ago

image curator5 does not support zookeeper4, so I wonder if a later version of dubbo will still support zookeeper4

wcy666103 commented 26 minutes ago

image 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

crazyStar00 commented 20 minutes ago

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

crazyStar00 commented 6 minutes ago

Oh, and make sure you change the files. image