add p2c peak ewma load balancer

This commit is contained in:
kevin
2020-08-06 20:55:38 +08:00
parent c7544d0e60
commit 63583d4744
24 changed files with 304 additions and 282 deletions

View File

@@ -21,7 +21,7 @@ type (
ClientOption func(options *ClientOptions)
Client interface {
Next() (*grpc.ClientConn, bool)
Conn() *grpc.ClientConn
}
)