Kuan Po Tseng created KAFKA-16627:
-------------------------------------
Summary: Remove ClusterConfig parameter in BeforeEach and AfterEach
Key: KAFKA-16627
URL: https://issues.apache.org/jira/browse/KAFKA-16627
Project: Kafka
Issue Type: Improvement
Reporter: Kuan Po Tseng
Assignee: Kuan Po Tseng
In the past we modify configs like server broker properties by modifying the
ClusterConfig reference passed to BeforeEach and AfterEach based on the
requirements of the tests.
While after KAFKA-16560, the ClusterConfig become immutable, modify the
ClusterConfig reference no longer reflects any changes to the test cluster.
Then pass ClusterConfig to BeforeEach and AfterEach become redundant. We should
remove this behavior.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)