mjsax commented on code in PR #18292: URL: https://github.com/apache/kafka/pull/18292#discussion_r1927583582
########## streams/src/main/java/org/apache/kafka/streams/errors/LogAndContinueExceptionHandler.java: ########## @@ -40,7 +40,7 @@ public DeserializationHandlerResponse handle(final ProcessorContext context, log.warn( "Exception caught during Deserialization, taskId: {}, topic: {}, partition: {}, offset: {}", - context.taskId(), +// context.taskId(), Review Comment: This is part of the "verification part", so it' won't get merged. -- 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