This is an automated email from the ASF dual-hosted git repository.

frankvicky pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a1c574574a4 MINOR: Followup Deprecate 
group.coordinator.rebalance.protocols config (#21699)
a1c574574a4 is described below

commit a1c574574a47df96c205843ba423347a75b8fc7d
Author: Ken Huang <[email protected]>
AuthorDate: Wed Mar 11 17:34:47 2026 +0800

    MINOR: Followup Deprecate group.coordinator.rebalance.protocols config 
(#21699)
    
    Cleanup test which using `classic,consumer,streams`, see comment
    https://github.com/apache/kafka/pull/21522#issuecomment-4029545287
    
    Reviewers: TengYao Chi <[email protected]>, Lan Ding
    <[email protected]>
---
 .../test/scala/unit/kafka/server/StreamsGroupDescribeRequestTest.scala   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/test/scala/unit/kafka/server/StreamsGroupDescribeRequestTest.scala 
b/core/src/test/scala/unit/kafka/server/StreamsGroupDescribeRequestTest.scala
index 1a08645f495..cd4a2f57081 100644
--- 
a/core/src/test/scala/unit/kafka/server/StreamsGroupDescribeRequestTest.scala
+++ 
b/core/src/test/scala/unit/kafka/server/StreamsGroupDescribeRequestTest.scala
@@ -70,7 +70,6 @@ class StreamsGroupDescribeRequestTest(cluster: 
ClusterInstance) extends GroupCoo
 
   @ClusterTest(
     serverProperties = Array(
-      new ClusterConfigProperty(key = 
GroupCoordinatorConfig.GROUP_COORDINATOR_REBALANCE_PROTOCOLS_CONFIG, value = 
"classic,consumer,streams"),
       new ClusterConfigProperty(key = 
GroupCoordinatorConfig.OFFSETS_TOPIC_PARTITIONS_CONFIG, value = "1"),
       new ClusterConfigProperty(key = 
GroupCoordinatorConfig.OFFSETS_TOPIC_REPLICATION_FACTOR_CONFIG, value = "1")
     )

Reply via email to