sunm2n commented on code in PR #23390:
URL: https://github.com/apache/kafka/pull/23390#discussion_r3953650488
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStreamThreadTest.java:
##########
@@ -493,4 +551,72 @@ private void startAndSwallowError() {
} catch (final IllegalStateException ignored) {
}
}
+
+ private static class CorruptedStore implements StateStore {
Review Comment:
Done, replaced both helper classes with Mockito mocks. I also stubbed
persistent() and managesOffsets() to match RocksDBStore and avoid legacy
checkpoint wrapping.
--
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]