lianetm commented on code in PR #22651:
URL: https://github.com/apache/kafka/pull/22651#discussion_r3462699791


##########
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##########
@@ -1660,8 +1660,8 @@ public void 
testPollThrowsInterruptExceptionIfInterrupted(GroupProtocol groupPro
     }
 
     @ParameterizedTest
-    @EnumSource(GroupProtocol.class)
-    public void fetchResponseWithUnexpectedPartitionIsIgnored(GroupProtocol 
groupProtocol) {
+    @EnumSource(value = GroupProtocol.class, names = "CLASSIC")

Review Comment:
   could you please add a comment here that CONSUMER is tested separately (just 
to avoid confusion, it's not that the asyncConsumer does not support this)



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