go-srvlb icon indicating copy to clipboard operation
go-srvlb copied to clipboard

Make number of consecutive SRV lookup failures configurable

Open kdima opened this issue 7 years ago • 0 comments

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

kdima avatar Jun 28 '17 11:06 kdima