guozhangwang commented on a change in pull request #8876:
URL: https://github.com/apache/kafka/pull/8876#discussion_r441933366



##########
File path: 
streams/test-utils/src/main/java/org/apache/kafka/streams/TopologyTestDriver.java
##########
@@ -478,6 +479,7 @@ private void setupTask(final StreamsConfig streamsConfig,
                     mockWallClockTime,
                     streamsConfig,
                     logContext,
+                    
createAdminClient(processorTopology.storeToChangelogTopic()),

Review comment:
       After thinking a bit more I agree with you now: I removed the mock admin 
client and instead just pass a mock register (since the register function may 
still be called)




----------------------------------------------------------------
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


Reply via email to