[
https://issues.apache.org/jira/browse/KAFKA-7720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898605#comment-17898605
]
Edoardo Comar commented on KAFKA-7720:
--------------------------------------
the
{code:java}
–all{code}
switch does just that
e.g.
{noformat}
bin/kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type
brokers --entity-name 1 --all{noformat}
so closing this old jira
> kafka-configs script should also describe default broker entries
> ----------------------------------------------------------------
>
> Key: KAFKA-7720
> URL: https://issues.apache.org/jira/browse/KAFKA-7720
> Project: Kafka
> Issue Type: Improvement
> Components: tools
> Reporter: Edoardo Comar
> Priority: Major
>
> Running the configs tool to describe the broker configs only appears to print
> dynamically added entries.
> Running
> {{bin/kafka-configs.sh --bootstrap-server localhost:9092 --describe
> --entity-default --entity-type brokers}}
> on a broker without a prior added configs
> {{--alter --add-config 'key=value'}}
> will otherwise print an empty list.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)