lucasbru commented on code in PR #19544: URL: https://github.com/apache/kafka/pull/19544#discussion_r2057842172
########## streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java: ########## @@ -518,7 +517,7 @@ private void handleStreamsUncaughtException(final Throwable throwable, break; case SHUTDOWN_CLIENT: log.error( - "Encountered the following exception during processing and the registered exception handler" + + "Encountered the following exception during processing and the registered exception handler " + Review Comment: This is actually an intentional fix. The error message was "handleropted" before -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org