Skip to content

Commit

Permalink
fix: fix unrecovery channel exception (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Sep 4, 2024
1 parent f1b22b0 commit 0b057e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public OxiaStub(
? TlsChannelCredentials.newBuilder().build()
: InsecureChannelCredentials.create())
.directExecutor()
.disableRetry()
.build(),
namespace,
authentication);
Expand Down

0 comments on commit 0b057e9

Please sign in to comment.