[
https://issues.apache.org/jira/browse/KAFKA-17171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17908198#comment-17908198
]
TengYao Chi commented on KAFKA-17171:
-------------------------------------
It seems that this issue is pending for a long time.
I would like to take it over :)
> Add test cases for `STATIC_BROKER_CONFIG`in kraft mode
> ------------------------------------------------------
>
> Key: KAFKA-17171
> URL: https://issues.apache.org/jira/browse/KAFKA-17171
> Project: Kafka
> Issue Type: Test
> Reporter: Chia-Ping Tsai
> Assignee: Ming-Yen Chung
> Priority: Minor
>
> The patch should include following test cases.
> 1. a topic-related static config is added to quorum controller. The configs
> from topic creation should include it, but `describeConfigs` does not.
> 2. a topic-related static config is added to quorum controller. The configs
> from topic creation should include it, and `describeConfigs` does if admin is
> using controller.bootstrap
> 3. a topic-related static config is added to broker. The configs from topic
> creation should NOT include it, but `describeConfigs` does.
> 4. a topic-related static config is added to broker. The configs from topic
> creation should NOT include it, and `describeConfigs` does not also if admin
> is using controller.bootstrap
> for another, the docs of `STATIC_BROKER_CONFIG` should remind the impact of
> "controller.properties"
> BTW, those test cases should leverage new test infra, since new test infra
> allow us to define configs to broker/controller individually.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)