Skip to content

Commit

Permalink
更新zookeeper多个服务地址的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
曹祖鹏 committed Jul 16, 2015
1 parent be04141 commit af51d19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -18,6 +18,8 @@ pip install git+https://github.com/ofpay/dubbo-client-py.git@1.0.0b2

### 在客户端实现负载均衡,服务发现
通过注册中心的zookeeper,获取服务的注册信息
dubbo-client-py支持配置多个zookeeper服务地址
"host": "192.168.1.183:2181,192.168.1.184:2181,192.168.1.185:2181",
然后通过代理实现负载均衡算法,调用服务端
支持Version、Group设置

Expand Down Expand Up @@ -49,4 +51,4 @@ pip install git+https://github.com/ofpay/dubbo-client-py.git@1.0.0b2
单元测试覆盖率

### Licenses
MIT License
MIT License

0 comments on commit af51d19

Please sign in to comment.