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
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
gRPC issues highlighted in #425 mention a preference to controlling flow of updates of the connection addresses via
MAX_CONNECTION_AGE
.This should be added as a flag to the server, and passed when creating the gRPC server:
The default value is infinity (https://github.com/grpc/grpc-go/blob/master/keepalive/keepalive.go#L60) but could be overridden to force clients to re-resolve and reconnect more regularly.
Should help #425 along with updating the gRPC Go version.
The text was updated successfully, but these errors were encountered: