RaidenE1 commented on code in PR #20123: URL: https://github.com/apache/kafka/pull/20123#discussion_r2192834871
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamThreadTest.java: ########## @@ -3932,6 +3942,15 @@ public void testStreamsProtocolRunOnceWithProcessingThreads() { )); thread.runOnceWithProcessingThreads(); verify(shutdownErrorHook).run(); + + // Test MISSING_SOURCE_TOPICS status Review Comment: Done, add a separate unit test, please check the name, don't know if it's appropriate ########## streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamThreadTest.java: ########## @@ -3873,6 +3874,15 @@ public void testStreamsProtocolRunOnceWithoutProcessingThreads() { )); thread.runOnceWithoutProcessingThreads(); verify(shutdownErrorHook).run(); + + // Test MISSING_SOURCE_TOPICS status Review Comment: Done, add a separate unit test, please check the name, don't know if it's appropriate -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org