Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dubbo 2.7.23 zk 集群配置失败 #13328

Closed
shaowYe opened this issue Nov 7, 2023 · 1 comment
Closed

dubbo 2.7.23 zk 集群配置失败 #13328

shaowYe opened this issue Nov 7, 2023 · 1 comment
Labels
type/bug Bugs to being fixed

Comments

@shaowYe
Copy link
Contributor

shaowYe commented Nov 7, 2023

根据文档配置zk 集群
<dubbo:registry address="multiple://127.0.0.1:2181?separator=;&reference-registry=zookeeper://address11?backup=address12,address13;zookeeper://address21?backup=address22,address23" />
这里的参数separator dubbo2.7.23 没有支持,会直接根据 正则 \s*[,]+\s* 获取url 列表
image

dubbo3 已经加了这部分逻辑,需要在 dubbo2.7增加

@shaowYe shaowYe added the type/bug Bugs to being fixed label Nov 7, 2023
@AlbumenJ
Copy link
Member

AlbumenJ commented Nov 7, 2023

2.7.x is EOL now. Please upgrade to the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bugs to being fixed
Projects
None yet
Development

No branches or pull requests

3 participants