We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ef4dc commit 70d562fCopy full SHA for 70d562f
spanner/client.go
@@ -34,6 +34,11 @@ import (
34
"google.golang.org/grpc"
35
"google.golang.org/grpc/codes"
36
"google.golang.org/grpc/metadata"
37
+
38
+ // Install google-c2p resolver, which is required for direct path.
39
+ _ "google.golang.org/grpc/xds/googledirectpath"
40
+ // Install RLS load balancer policy, which is needed for gRPC RLS.
41
+ _ "google.golang.org/grpc/balancer/rls"
42
)
43
44
const (
spanner/client_enablexds.go
0 commit comments