bbejeck commented on code in PR #18953: URL: https://github.com/apache/kafka/pull/18953#discussion_r2017246779
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/KafkaStreamsTelemetryIntegrationTest.java: ########## @@ -496,16 +483,20 @@ private void addGlobalStore(final StreamsBuilder builder) { () -> new Processor<>() { private KeyValueStore<String, String> store; Review Comment: True, since we're not processing any records. I've removed it here, declared in the `init` method. -- 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