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
Replace connection pooling/resolution with the proper gRPC components such as Resolver and Picker. We should implement a Resolver that retrieves cluster addresses with the FetchMetadata endpoint and a Picker that selects a connection based on the RPC type.
The text was updated successfully, but these errors were encountered:
Replace connection pooling/resolution with the proper gRPC components such as Resolver and Picker. We should implement a
Resolver
that retrieves cluster addresses with theFetchMetadata
endpoint and aPicker
that selects a connection based on the RPC type.The text was updated successfully, but these errors were encountered: