Skip to content

Commit

Permalink
fix(grpc): disable transparent retry (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao authored Jan 15, 2025
1 parent be15f41 commit 7c12b39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public OxiaStub(
.keepAliveTime(clientConfig.connectionKeepAliveTime().toMillis(), MILLISECONDS)
.keepAliveTimeout(clientConfig.connectionKeepAliveTimeout().toMillis(), MILLISECONDS)
.keepAliveWithoutCalls(true)
.disableRetry()
.directExecutor()
.build(), clientConfig.authentication(), backoffProvider);
}
Expand Down

0 comments on commit 7c12b39

Please sign in to comment.