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
PR #2822 introduced connection refresh on local TLS certificate rotation. This is required because otherwise the server will start rejecting the old client certificates. However, currently connection refresh is implemented by closing and redialing the (virtual) gRPC client connection.
Once grpc/grpc-go#3491 is released (gRPC 1.29) we should just emit an empty resolver state (via UpdateState) to clear any subconnections and then push actual addresses to re-establish them.
The text was updated successfully, but these errors were encountered:
PR #2822 introduced connection refresh on local TLS certificate rotation. This is required because otherwise the server will start rejecting the old client certificates. However, currently connection refresh is implemented by closing and redialing the (virtual) gRPC client connection.
Once grpc/grpc-go#3491 is released (gRPC 1.29) we should just emit an empty resolver state (via UpdateState) to clear any subconnections and then push actual addresses to re-establish them.
The text was updated successfully, but these errors were encountered: