go-srvlb
go-srvlb copied to clipboard
Make number of consecutive SRV lookup failures configurable
Currently limit is set to 5. So at the moment if there are 5 consecutive failures RoundRobin
resolver will stop all the resolutions and keep using old connections that might be stale. See: go/src/google.golang.org/grpc/balancer.go:240