Phuc-Hong-Tran commented on code in PR #15312:
URL: https://github.com/apache/kafka/pull/15312#discussion_r1504404988
##########
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:
@jeffkbkim I have the answer for that question already, which is yes - we
should tell the user what had gone wrong in the background thread via
propagating the exception back to polling 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]