loserwang1024 commented on code in PR #16479:
URL: https://github.com/apache/kafka/pull/16479#discussion_r1714629917
##########
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##########
@@ -253,6 +253,7 @@ public class KafkaProducer<K, V> implements Producer<K, V> {
private final RecordAccumulator accumulator;
private final Sender sender;
private final Thread ioThread;
+ private Throwable uncaughtExceptionOfIoThread;
Review Comment:
@gharris1727 , would you please give me some advice about my comment on jul
6th. I want to push it further.
--
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]