mjsax commented on code in PR #17212:
URL: https://github.com/apache/kafka/pull/17212#discussion_r1761948911


##########
streams/src/test/java/org/apache/kafka/streams/state/internals/StreamThreadStateStoreProviderTest.java:
##########
@@ -447,7 +446,7 @@ private StreamTask createStreamsTask(final StreamsConfig 
streamsConfig,
             topology
         );
         final StreamsMetricsImpl streamsMetrics = new 
MockStreamsMetrics(metrics);
-        final InternalProcessorContext context = new ProcessorContextImpl(
+        final InternalProcessorContext<?, ?> context = new 
ProcessorContextImpl(

Review Comment:
   side cleanup



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to