[
https://issues.apache.org/jira/browse/KAFKA-18945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933623#comment-17933623
]
Chia-Ping Tsai commented on KAFKA-18945:
----------------------------------------
# the cluster returned by describeCluster depends on the bootstrap
# we can't describe controller config (or logger) when using bootstrap broker.
# we can't describe broker config (or logger) when using bootstrap controller
# DescribeClusterResult#controller is random server in using bootstrap broker
# DescribeClusterResult#controller is voter leader in using bootstrap
controller
> Enahnce the docs of Admin#describeCluster and Admin#describeConfigs for
> bootstrap-controller
> --------------------------------------------------------------------------------------------
>
> Key: KAFKA-18945
> URL: https://issues.apache.org/jira/browse/KAFKA-18945
> Project: Kafka
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Major
>
> in the
> [https://github.com/apache/kafka/pull/19100|https://github.com/apache/kafka/pull/19100],
> we add the difference of dynamic config between "broker" and "controller".
> However, the docs of public APIs does not include that. we should enhance it
> as well
--
This message was sent by Atlassian Jira
(v8.20.10#820010)