kumarpritam863 commented on code in PR #14630:
URL: https://github.com/apache/kafka/pull/14630#discussion_r1380520352
##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerSinkTaskTest.java:
##########
@@ -1999,6 +2004,81 @@ public void
testErrorReporterConfigurationExceptionPropagation() {
PowerMock.verifyAll();
}
+ @Test
+ public void testPartitionCountInCaseOfPartitionRevocation() {
+ mockConsumer = new MockConsumer<>(OffsetResetStrategy.EARLIEST);
Review Comment:
Yes, I missed this, Thanks, I have added this change.
--
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]