Skip to content

Commit

Permalink
cleanup: update direct path endpoint (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Oct 6, 2020
1 parent 0cd71b5 commit 25eafdd
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -86,8 +86,7 @@ public class EnhancedBigtableStubSettings extends StubSettings<EnhancedBigtableS
private static final String SERVER_DEFAULT_APP_PROFILE_ID = "";

// TODO(weiranf): Remove this temporary endpoint once DirectPath goes to public beta
private static final String DIRECT_PATH_ENDPOINT =
"testdirectpath-bigtable.sandbox.googleapis.com:443";
private static final String DIRECT_PATH_ENDPOINT = "test-bigtable.sandbox.googleapis.com:443";

private static final Set<Code> IDEMPOTENT_RETRY_CODES =
ImmutableSet.of(Code.DEADLINE_EXCEEDED, Code.UNAVAILABLE);
Expand Down

0 comments on commit 25eafdd

Please sign in to comment.