//
pkg.gl
Category
github.com/pandaychen/grpc-wrapper-framework
atreus
balancer
package
0.0.0-20220929103845-2ebd1957c018
Repository:
https://github.com/pandaychen/grpc-wrapper-framework.git
Documentation:
pkg.go.dev
Overview
Dependencies
13
Dependents
0
#
README
gRPC的负载均衡算法实现
least_conn:基于P2C的最小连接数
wrand:带权重的随机
wroundrobin:Nginx的WRR算法,带权重的轮询