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
Is your feature request related to a problem? Please describe.
The latest of Go SDK is replacing health check with a get-server-info call, which means that eager connectivity is unavoidable. This was discussed with @alexshtin and @yiminc before proceeding w/ the SDK change.
Describe the solution you'd like
Remove the disable health check option in use and do not instantiate a client until it can reach a server (and/or retry as needed).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The latest of Go SDK is replacing health check with a get-server-info call, which means that eager connectivity is unavoidable. This was discussed with @alexshtin and @yiminc before proceeding w/ the SDK change.
Describe the solution you'd like
Remove the disable health check option in use and do not instantiate a client until it can reach a server (and/or retry as needed).
The text was updated successfully, but these errors were encountered: