You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc calls were blocking forever when service entry does not exist in consul
When consul has no entry for a service name the resolver now reports an empty set of addresses to the ClientCon on the first resolution.
This allows the channel to transition to TRANSIENT_FAILURE state from the CONNECTING state. This in turn allows GRPC calls to fail fast on the connection.