mjsax commented on code in PR #18837: URL: https://github.com/apache/kafka/pull/18837#discussion_r2025469495
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/StreamsUncaughtExceptionHandlerIntegrationTest.java: ########## @@ -192,7 +192,7 @@ private static class ShutdownProcessor<KIn, VIn, KOut, VOut> implements Processo } @Override - public void init(final ProcessorContext<KOut, VOut> context) {} { + public void init(final ProcessorContext<KOut, VOut> context) { this.context = context; Review Comment: Seem `context` is actually not used? It might be better to remove `context` member variable entirely? -- 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