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


##########
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:
   ```suggestion
       private static final Instant TIMESTAMP = Instant.now();
   ```



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

Reply via email to