mjsax commented on code in PR #17059: URL: https://github.com/apache/kafka/pull/17059#discussion_r1745890187
########## streams/src/test/java/org/apache/kafka/streams/integration/StreamsUncaughtExceptionHandlerIntegrationTest.java: ########## @@ -198,35 +195,6 @@ public void shouldShutdownSingleThreadApplication() throws Exception { testShutdownApplication(1); } - @Test - public void shouldShutDownClientIfGlobalStreamThreadWantsToReplaceThread() throws Exception { - builder.addGlobalStore( - new KeyValueStoreBuilder<>( - Stores.persistentKeyValueStore("globalStore"), - Serdes.String(), - Serdes.String(), - CLUSTER.time - ), - inputTopic2, - Consumed.with(Serdes.String(), Serdes.String()), - () -> new ShutdownProcessor(processorValueCollector) Review Comment: Seems we need to change `ShutdownProcessor` to let it implement the new `api.Processor` interface to make this work. -- 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