lucasbru commented on code in PR #17091: URL: https://github.com/apache/kafka/pull/17091#discussion_r1772721636
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ########## @@ -1820,6 +1820,9 @@ void addRecordsToTasks(final ConsumerRecords<byte[], byte[]> records) { } activeTask.addRecords(partition, records.records(partition)); + + if (activeTask instanceof StreamTask) Review Comment: I meant we change the existing `addRecords` method (which is defined in the supertype). -- 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