chia7712 commented on code in PR #15872:
URL: https://github.com/apache/kafka/pull/15872#discussion_r1590841207


##########
tools/src/test/java/org/apache/kafka/tools/consumer/group/DeleteOffsetsConsumerGroupCommandIntegrationTest.java:
##########
@@ -88,7 +113,7 @@ public void testDeleteOffsetsNonExistingGroup() {
         }
     }
 
-    @ClusterTest
+    @ClusterTemplate("generator")
     public void testDeleteOffsetsOfStableConsumerGroupWithTopicPartition() {
         for (Map<String, Object> consumerConfig: consumerConfigs) {

Review Comment:
   `consumerConfigs` need to be rewritten by 
`ClusterInstance#supportedGroupProtocols`
   
   see https://github.com/apache/kafka/pull/15766/files#r1590222192



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