[
https://issues.apache.org/jira/browse/KAFKA-19027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Guo reassigned KAFKA-19027:
--------------------------------
Assignee: Nick Guo (was: Chia-Ping Tsai)
> Replace ConsumerGroupCommandTestUtils#generator by ClusterTestDefaults
> ----------------------------------------------------------------------
>
> Key: KAFKA-19027
> URL: https://issues.apache.org/jira/browse/KAFKA-19027
> Project: Kafka
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: Nick Guo
> Priority: Major
>
> KAFKA-18329 will remove old coordinator, so
> `ConsumerGroupCommandTestUtils#generator` creates only one config now. Hence,
> we should use ClusterTestDefaults to write more readable code for tests. for
> example
> {code:java}
> @ClusterTestDefaults(
> types = {Type.CO_KRAFT},
> serverProperties = {
> @ClusterConfigProperty(key = OFFSETS_TOPIC_PARTITIONS_CONFIG, value =
> "1"),
> @ClusterConfigProperty(key = OFFSETS_TOPIC_REPLICATION_FACTOR_CONFIG,
> value = "1"),
> }
> )
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)