dajac commented on code in PR #19281: URL: https://github.com/apache/kafka/pull/19281#discussion_r2015985621
########## core/src/test/scala/unit/kafka/server/ConsumerGroupDescribeRequestTest.scala: ########## @@ -37,15 +37,17 @@ import java.lang.{Byte => JByte} import java.util.Collections import scala.jdk.CollectionConverters._ -@ClusterTestDefaults(types = Array(Type.KRAFT), brokers = 1) +@ClusterTestDefaults( + types = Array(Type.KRAFT), + brokers = 1, + serverProperties = Array( + new ClusterConfigProperty(key = GroupCoordinatorConfig.OFFSETS_TOPIC_PARTITIONS_CONFIG, value = "1"), + new ClusterConfigProperty(key = GroupCoordinatorConfig.OFFSETS_TOPIC_REPLICATION_FACTOR_CONFIG, value = "1") + ) +) Review Comment: Interesting. I was not aware of this. Let me remove them. -- 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