This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
implement resource-based routing #1181
Labels
api: spanner
Issues related to the googleapis/google-cloud-cpp-spanner API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Spanner clients should determine the endpoint(s) to use by calling
InstanceAdmin.GetInstance
and consultingInstance.endpoint_uris
in the response, falling back to the default endpoint if no useable endpoints are returned.Since the backends may not yet support this, we may need to make it optional (the go client uses an environment variable) for this purpose. However, as noted previously, the client must already fall back to the default endpoint so perhaps making it optional is not necessary.
The text was updated successfully, but these errors were encountered: