mjsax commented on code in PR #13927: URL: https://github.com/apache/kafka/pull/13927#discussion_r1253710146
########## streams/src/test/java/org/apache/kafka/streams/integration/PurgeRepartitionTopicIntegrationTest.java: ########## @@ -87,7 +88,7 @@ public static void closeCluster() { } - private final Time time = CLUSTER.time; + private final Time time = new MockTime(1); Review Comment: Are we not worried that broker time and our time might diverge? Can we make the broker mock time advance? Seems to be an undesired pattern to have two mock-times? -- 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