Phuc-Hong-Tran commented on code in PR #15188:
URL: https://github.com/apache/kafka/pull/15188#discussion_r1517646778


##########
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##########
@@ -494,6 +501,14 @@ public void testSubscriptionOnEmptyPattern(GroupProtocol 
groupProtocol) {
             () -> consumer.subscribe(Pattern.compile("")));
     }
 
+    @ParameterizedTest
+    @EnumSource(value = GroupProtocol.class, names = "CONSUMER")

Review Comment:
   I got it wrong here. The subscriptionPattern is not supported in the classic 
protocol.



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

Reply via email to