mjsax commented on code in PR #16988:
URL: https://github.com/apache/kafka/pull/16988#discussion_r1735339806


##########
streams/src/test/java/org/apache/kafka/streams/integration/EosIntegrationTest.java:
##########
@@ -1168,19 +1157,7 @@ public void process(final Record<Long, Long> record) {
             Serdes.LongSerde.class.getName(),
             properties);
 
-        final KafkaStreams streams = new KafkaStreams(builder.build(), config);
-
-        streams.setUncaughtExceptionHandler((t, e) -> {

Review Comment:
   We should use the new handler but not remove the handler.



-- 
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