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 未配置 version, 导致多人协作开发时, 服务有时不可用 #80

Closed
dong4j opened this issue Sep 13, 2017 · 1 comment
Closed

Comments

@dong4j
Copy link

dong4j commented Sep 13, 2017

dubbo 配置 version

当未配置服务 version, 多人协作开发时, 出现多个相同版本的 server, 由于 dubbo 的负载均衡, 有可能会造成服务一会可用一会不可用的问题

建议在配置文件中添加 service.version 配置

<dubbo:provider version="${service.version}" /> , 多人开发时, 修改自己的 version , 使其与其他人不一样

@shuzheng
Copy link
Owner

目前都是缺省配置,如果有业务需求,可以自己根据场景增加version或group分组等

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants