We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
根据文档配置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 列表
dubbo3 已经加了这部分逻辑,需要在 dubbo2.7增加
The text was updated successfully, but these errors were encountered:
2.7.x is EOL now. Please upgrade to the latest version.
Sorry, something went wrong.
No branches or pull requests
根据文档配置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 列表
dubbo3 已经加了这部分逻辑,需要在 dubbo2.7增加
The text was updated successfully, but these errors were encountered: