peterzdhuang commented on code in PR #22667:
URL: https://github.com/apache/kafka/pull/22667#discussion_r3887477809
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/OffsetsRequestManagerTest.java:
##########
@@ -469,6 +471,52 @@ public void
testRequestPartiallyFailsWithRetriableError_RetrySucceeds() throws E
verifyRequestSuccessfullyCompleted(fetchOffsetsFuture,
expectedOffsets);
}
+ @Test
+ public void testListOffsetsRetriedToNewLeaderAfterMetadataUpdate() throws
ExecutionException,
Review Comment:
Hey Evan, thanks for the review, take a look at my new changes, it should be
addressed there
--
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]