chia7712 commented on PR #15908:
URL: https://github.com/apache/kafka/pull/15908#issuecomment-2137946979

   > That is why testing time takes longer. In my latest update, I change to 
run following cases. Also, in old framework, we started KRAFT server with 
group.coordinator.new.enable=true twice. One for classic group protocol and 
another for consumer group protocol. In new framework, we can get supported 
group protocol by ClusterInstance#supportedGroupProtocols, so I use one KRAFT 
server with group.coordinator.new.enable=true to run two protocols. We can 
reduce time to setup one KRAFT cluster. I hope this change can reduce overall 
testing time. Thanks.
       (ZK / KRAFT servers) with (group.coordinator.new.enable=false) with 
(classic group protocol) = 2 cases
       (KRAFT servers) with (group.coordinator.new.enable=true) with (classic / 
consumer group protocols) = 2 cases
   
   agree. could this PR include this change?


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