Skip to content

v1.2.2

Compare
Choose a tag to compare
@fho fho released this 11 Nov 07:29

Bugfixes

  • 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.