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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StandbyTask.java:
##########
@@ -333,11 +331,6 @@ public void addRecords(final TopicPartition partition, 
final Iterable<ConsumerRe
         throw new IllegalStateException("Attempted to add records to task " + 
id() + " for invalid input partition " + partition);
     }
 
-    @SuppressWarnings("rawtypes")
-    InternalProcessorContext processorContext() {

Review Comment:
   Side cleanup. Removing because it's unused.



-- 
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