Open kdima opened 7 years ago
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
RoundRobin
go/src/google.golang.org/grpc/balancer.go:240
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