rohitrmd commented on a change in pull request #9660: URL: https://github.com/apache/kafka/pull/9660#discussion_r532104028
########## File path: streams/test-utils/src/main/java/org/apache/kafka/streams/TopologyTestDriver.java ########## @@ -298,8 +322,14 @@ private TopologyTestDriver(final InternalTopologyBuilder builder, final long initialWallClockTimeMs) { final Properties configCopy = new Properties(); configCopy.putAll(config); - configCopy.putIfAbsent(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG, "dummy-bootstrap-host:0"); - configCopy.putIfAbsent(StreamsConfig.APPLICATION_ID_CONFIG, "dummy-topology-test-driver-app-id"); + if (!configCopy.containsKey(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG)) { Review comment: fixed it. ---------------------------------------------------------------- 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