...

Package roundrobin

import "google.golang.org/grpc/balancer/roundrobin"
Overview
Index

Overview ▾

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 ▾

Package files

roundrobin.go

Constants

Name is the name of round_robin balancer.

const Name = "round_robin"