Chia-Ping Tsai created KAFKA-17284: -------------------------------------- Summary: Disable to create offset topic in setup phase when using `ClusterTestExtensions` Key: KAFKA-17284 URL: https://issues.apache.org/jira/browse/KAFKA-17284 Project: Kafka Issue Type: Improvement Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
in the zk mode it always create the offset topic in setup phase, and that is inconsistent to other types. We should align the behaviors. 1. disable it 2. add a flag to create it in setup phase IMHO, the option_1 is more suitable since that behavior is equal to true cluster. https://github.com/apache/kafka/blob/c2f53a97608683405897c3dcb3bd25a03ceb7dba/core/src/test/java/kafka/test/junit/ZkClusterInvocationContext.java#L188 -- This message was sent by Atlassian Jira (v8.20.10#820010)