mjsax commented on a change in pull request #9477: URL: https://github.com/apache/kafka/pull/9477#discussion_r509783380
########## File path: streams/src/test/java/org/apache/kafka/streams/TopologyTest.java ########## @@ -340,7 +340,6 @@ public void shouldThrowOnUnassignedStateStoreAccess() { final String badNodeName = "badGuy"; final Properties config = new Properties(); - config.put(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG, "host:1"); config.put(StreamsConfig.APPLICATION_ID_CONFIG, "appId"); Review comment: can be removed? ---------------------------------------------------------------- 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