Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To finalize KIP-378, two new constructors will be added in the TopologyTestDriver as follow

Code Block
languagejava
themeRDark
public TopologyTestDriver(Topology topology, StreamsConfig config)
public TopologyTestDriver(Topology topology, StreamsConfig config, Instant initialWallClockTime) 

...