Skip to content

Commit a1c5745

Browse files
authored
MINOR: Followup Deprecate group.coordinator.rebalance.protocols config (apache#21699)
Cleanup test which using `classic,consumer,streams`, see comment apache#21522 (comment) Reviewers: TengYao Chi <frankvicky@apache.org>, Lan Ding <isDing_L@163.com>
1 parent 5c8e3c5 commit a1c5745

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/test/scala/unit/kafka/server/StreamsGroupDescribeRequestTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class StreamsGroupDescribeRequestTest(cluster: ClusterInstance) extends GroupCoo
7070

7171
@ClusterTest(
7272
serverProperties = Array(
73-
new ClusterConfigProperty(key = GroupCoordinatorConfig.GROUP_COORDINATOR_REBALANCE_PROTOCOLS_CONFIG, value = "classic,consumer,streams"),
7473
new ClusterConfigProperty(key = GroupCoordinatorConfig.OFFSETS_TOPIC_PARTITIONS_CONFIG, value = "1"),
7574
new ClusterConfigProperty(key = GroupCoordinatorConfig.OFFSETS_TOPIC_REPLICATION_FACTOR_CONFIG, value = "1")
7675
)

0 commit comments

Comments
 (0)