We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa57ca commit e2acd06Copy full SHA for e2acd06
README.md
@@ -12,11 +12,11 @@ Python Dubbo Client
12
下载代码
13
python setup.py install
14
pip安装
15
-pip install dubbo-client==1.0.0b4
+pip install dubbo-client==1.0.0b5
16
Git安装
17
-pip install git+http://git.dev.qianmi.com/tda/dubbo-client-py.git@1.0.0b4
+pip install git+http://git.dev.qianmi.com/tda/dubbo-client-py.git@1.0.0b5
18
或者
19
-pip install git+https://github.com/ofpay/dubbo-client-py.git@1.0.0b4
+pip install git+https://github.com/ofpay/dubbo-client-py.git@1.0.0b5
20
21
### 在客户端实现负载均衡,服务发现
22
通过注册中心的zookeeper,获取服务的注册信息
0 commit comments