...
Package roundrobin
import "google.golang.org/grpc/balancer/roundrobin"
- Overview
- Index
Package roundrobin defines a roundrobin balancer. Roundrobin balancer is
installed as one of the default balancers in gRPC, users don't need to
explicitly install this balancer.
Constants
Name is the name of round_robin balancer.
const Name = "round_robin"