mdedetrich commented on PR #12524: URL: https://github.com/apache/kafka/pull/12524#issuecomment-1243525214
@cadonna I have just rebased the PR with the latest streams changes that got merged into. trunk. I also did some more improvements for `StreamThreadTest` with the usage of `MockitoJUnitRunner.StrictStubs`, i.e. before where we had ```java verify(taskManager) ``` we now have ```java verify(taskManager).handleCorruption(corruptedTasks); ``` Also `MockitoJUnitRunner.StrictStubs` revealed pointless stubs have been removed. -- 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