We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b474d commit 17d57caCopy full SHA for 17d57ca
1 file changed
client/src/main/java/org/apache/rocketmq/client/impl/consumer/PullMessageService.java
@@ -135,7 +135,7 @@ public void run() {
135
this.pullMessage((PullRequest) messageRequest);
136
}
137
} catch (InterruptedException ignored) {
138
- } catch (Exception e) {
+ } catch (Throwable e) {
139
logger.error("Pull Message Service Run Method exception", e);
140
141
0 commit comments