Chia-Ping Tsai created KAFKA-16545: -------------------------------------- Summary: Auto adjust the replica factor according to number of broker when using ClusterTestExtensions Key: KAFKA-16545 URL: https://issues.apache.org/jira/browse/KAFKA-16545 Project: Kafka Issue Type: Improvement Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
In most test cases, we start single broker so as to save resources. However, it could causes error when creating internal topics since they require 3 replicas by default. In order to reducing the duplicate configs from all tests, we can add a bit sugar to auto adjust the replica factor (if it is not defined by tests) when the number of brokers started by tests is less then default value. -- This message was sent by Atlassian Jira (v8.20.10#820010)