lct45 commented on a change in pull request #9697: URL: https://github.com/apache/kafka/pull/9697#discussion_r537899383
########## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ########## @@ -444,6 +444,27 @@ private void handleStreamsUncaughtException(final Throwable throwable, "The old handler will be ignored as long as a new handler is set."); } switch (action) { + case REPLACE_THREAD: + log.warn("The global thread can not be replaced. Reverting to shutting down the client."); Review comment: nit: "can not" -> "cannot" ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org