kirktrue commented on code in PR #17700: URL: https://github.com/apache/kafka/pull/17700#discussion_r1912345324
########## clients/src/test/java/org/apache/kafka/clients/consumer/internals/FetcherTest.java: ########## @@ -1823,7 +1828,7 @@ public void testSeekBeforeException() { buildFetcher(AutoOffsetResetStrategy.NONE, new ByteArrayDeserializer(), new ByteArrayDeserializer(), 2, IsolationLevel.READ_UNCOMMITTED); - assignFromUser(Set.of(tp0)); + assignFromUser(Set.of(tp0), 2); // Use multiple nodes so partitions have different leaders Review Comment: Yes, the other partition is added later on in the test method. -- 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