package roundrobin
import "google.golang.org/grpc/balancer/roundrobin"
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.
Index ¶
Constants ¶
const Name = "round_robin"
Name is the name of round_robin balancer.
Source Files ¶
roundrobin.go
- Version
- v1.70.0 (latest)
- Published
- Jan 23, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 17 hours ago –
Tools for package owners.