mjsax commented on a change in pull request #9052:
URL: https://github.com/apache/kafka/pull/9052#discussion_r458939593
##########
File path:
streams/test-utils/src/test/java/org/apache/kafka/streams/TopologyTestDriverTest.java
##########
@@ -412,6 +412,12 @@ private Topology setupTopologyWithInternalTopic(final
String firstTableName,
return builder.build(config);
}
+ @Test
+ public void shouldNotRequireParameters() {
+ new TopologyTestDriver(setupSingleProcessorTopology(), new
Properties());
+ // should not throw exceptions
Review comment:
Don't think we need this comment.
----------------------------------------------------------------
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:
[email protected]