Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
### Python Dubbo Client | ||
|
||
##Python调用Dubbo接口的jsonrpc协议 | ||
##Python调用Dubbo接口的jsonrpc协议 | ||
请使用dubbo-rpc-jsonrpc | ||
|
||
##在客户端实现负载均衡,服务发现 | ||
##在客户端实现负载均衡,服务发现 | ||
通过注册中心的zookeeper,获取服务的注册信息 | ||
然后通过代理实现负载均衡算法,调用服务端 |