kirktrue commented on code in PR #15312: URL: https://github.com/apache/kafka/pull/15312#discussion_r1879175893
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThread.java: ########## @@ -87,8 +92,8 @@ public void run() { try { runOnce(); } catch (final Throwable e) { - // Swallow the exception and continue Review Comment: Yes, we should communicate these errors to the application thread. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org