mjsax commented on a change in pull request #9660: URL: https://github.com/apache/kafka/pull/9660#discussion_r532983342
########## File path: streams/test-utils/src/main/java/org/apache/kafka/streams/TopologyTestDriver.java ########## @@ -254,6 +265,19 @@ public TopologyTestDriver(final Topology topology, this(topology, config, null); } + /** + * Create a new test diver instance. + * Initialized the internally mocked wall-clock time with {@link System#currentTimeMillis() current system time}. Review comment: This overload takes `initialWallClockTimeMs`, thus this sentence seems to be incorrect? Should go to `TopologyTestDriver(final Topology topology)` instead? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org