Skip to content

Commit

Permalink
grpc: disable service lookup with DNS record
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Apr 19, 2022
1 parent f5c00b3 commit 1a13746
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ public void start() {
}

channel = Grpc.newChannelBuilderForAddress(ctaEndpoint.getHost(), ctaEndpoint.getPort(), credentials)
.disableServiceConfigLookUp()
.build();

cta = CtaRpcGrpc.newStub(channel);
Expand Down

0 comments on commit 1a13746

Please sign in to comment.