mjsax commented on code in PR #17054: URL: https://github.com/apache/kafka/pull/17054#discussion_r1742802877
########## streams/src/test/java/org/apache/kafka/streams/integration/ProcessingExceptionHandlerIntegrationTest.java: ########## @@ -61,6 +61,8 @@ public class ProcessingExceptionHandlerIntegrationTest { private final String threadId = Thread.currentThread().getName(); + private final static Instant TIMESTAMP = Instant.now(); Review Comment: @sebastienviale -- fixing checkstyle error. -- 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