shashankhs11 commented on code in PR #20944:
URL: https://github.com/apache/kafka/pull/20944#discussion_r2560572568
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java:
##########
@@ -4599,28 +4615,43 @@ public void
shouldNotFailForTimeoutExceptionOnConsumerCommit() {
verify(consumer, times(2)).commitSync(any(Map.class));
}
+ @SuppressWarnings("removal")
Review Comment:
I removed all instances of `SuppressWarnings("removal")` and mocked the
class instead -- df4bfd1
--
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]