Skip to content

Commit

Permalink
Fix websocket proxy thread may block 30s under certain situation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawyeok committed Mar 9, 2024
1 parent 4effaa7 commit 0b4f6fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,7 @@ public static boolean isRetriableError(Throwable t) {
|| t instanceof TransactionConflictException
|| t instanceof ProducerBusyException
|| t instanceof ConsumerBusyException
|| t instanceof BrokerMetadataException
|| t instanceof TransactionHasOperationFailedException) {
return false;
}
Expand Down

0 comments on commit 0b4f6fe

Please sign in to comment.