const google.golang.org/grpc.PickFirstBalancerName
5 uses
google.golang.org/grpc (current package)
clientconn.go#L692: channelz.Warningf(logger, cc.channelzID, "Channel switches to new LB policy %q due to fallback from invalid balancer name", PickFirstBalancerName)
clientconn.go#L946: newBalancerName = PickFirstBalancerName
pickfirst.go#L30: const PickFirstBalancerName = "pick_first"
pickfirst.go#L43: return PickFirstBalancerName
google.golang.org/grpc/balancer/grpclb
grpclb_config.go#L31: pickFirstName = grpc.PickFirstBalancerName
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |