kirktrue commented on code in PR #20521:
URL: https://github.com/apache/kafka/pull/20521#discussion_r2421166530


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/PlaintextConsumerTest.java:
##########
@@ -810,7 +809,7 @@ private void 
testPerPartitionLeadMetricsCleanUpWithSubscribe(
             // Create a consumer and consumer some messages.
             var listener = new TestConsumerReassignmentListener();
             consumer.subscribe(List.of(TOPIC, topic2), listener);
-            var records = awaitNonEmptyRecords(consumer, TP);
+            var records = ConsumerPollTestUtils.waitForRecords(consumer);

Review Comment:
   This test change has been reverted.



-- 
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]

Reply via email to