jeffkbkim commented on code in PR #15312:
URL: https://github.com/apache/kafka/pull/15312#discussion_r1498498011


##########
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:
   This seems related to the jira comment in 
https://issues.apache.org/jira/projects/KAFKA/issues/KAFKA-15867.
   
   @philipnee @kirktrue do you folks have more context?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to