Skip to content

Commit

Permalink
feat(bigtable): install grpc rls and xds by default (#6005)
Browse files Browse the repository at this point in the history
* feat(bigtable): install grpc rls and xds by default

Co-authored-by: Eric Schmidt <erschmid@google.com>
  • Loading branch information
mohanli-ml and Eric Schmidt committed Dec 14, 2022
1 parent cda5cb4 commit 5989bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
5 changes: 5 additions & 0 deletions bigtable/bigtable.go
Expand Up @@ -37,6 +37,11 @@ import (
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"

// Install google-c2p resolver, which is required for direct path.
_ "google.golang.org/grpc/xds/googledirectpath"
// Install RLS load balancer policy, which is needed for gRPC RLS.
_ "google.golang.org/grpc/balancer/rls"
)

const prodAddr = "bigtable.googleapis.com:443"
Expand Down
22 changes: 0 additions & 22 deletions bigtable/bigtable_enablexds.go

This file was deleted.

0 comments on commit 5989bb1

Please sign in to comment.