Hi Chia, On Thu, Apr 3, 2025 at 10:24 AM Chia-Ping Tsai <chia7...@apache.org> wrote: > We propose to use `Admin#describeConfigs` to get the configs for specific > controller if the bootstrap.controllers is configured. This approach is > similar to what `MetadataQuorumCommand` does, and the difference is > `MetadataQuorumCommand` read those configs from local file and this KIP gets > those configs by `Admin#describeConfigs`
I am not sure. I have to look at that code but doesn't "Admin#describeConfigs" only return dynamic configuration for the controller? Most users configure the controller using the server properties file. My current understanding is that values coming from the properties file won't show up in Admin#describeConfigs. Thanks, -- -José