jeqo commented on code in PR #11993:
URL: https://github.com/apache/kafka/pull/11993#discussion_r850282877


##########
streams/test-utils/src/main/java/org/apache/kafka/streams/processor/api/MockProcessorContext.java:
##########
@@ -336,6 +344,14 @@ public void setRecordMetadata(final String topic,
         recordMetadata = new MockRecordMetadata(topic, partition, offset);
     }
 
+    public void setCurrentSystemTimeMs(final long currentSystemTimeMs) {
+        this.currentSystemTimeMs = currentSystemTimeMs;
+    }
+
+    public void setCurrentStreamTimeMs(final long currentStreamTimeMs) {
+        this.currentStreamTimeMs = currentStreamTimeMs;
+    }

Review Comment:
   I see. I have updated the KIP and the vote thread 👍🏽 



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