vvcephei commented on a change in pull request #9477: URL: https://github.com/apache/kafka/pull/9477#discussion_r509869342
########## File path: streams/examples/src/test/java/org/apache/kafka/streams/examples/docs/DeveloperGuideTesting.java ########## @@ -73,7 +73,6 @@ public void setup() { // setup test driver final Properties props = new Properties(); props.setProperty(StreamsConfig.APPLICATION_ID_CONFIG, "maxAggregation"); Review comment: Yeah, you're looking at a state where I had partially applied the suggestion to drop the unnecessary configs. Bootstrap Server is always unnecessary with TTD, but applicationId sometimes winds up being necessary to keep tests from colliding on the state directory. Chasing these down is what got me hung up the first time around, so I think I'll just leave it as-is for now. ---------------------------------------------------------------- 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