Files
go-common/library/net/rpc/warden/balancer/wrr/README.md
2019-04-22 18:49:16 +08:00

13 lines
300 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### business/warden/balancer/wrr
##### 项目简介
warden 的 weighted round robin负载均衡模块主要用于为每个RPC请求返回一个Server节点以供调用
##### 编译环境
- **请只用 Golang v1.9.x 以上版本编译执行**
##### 依赖包
- [grpc](google.golang.org/grpc)