You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Brian Byrne (Jira)" <ji...@apache.org> on 2020/07/17 16:37:00 UTC

[jira] [Resolved] (KAFKA-10278) kafka-configs does not show the current properties of running kafka broker upon describe.

     [ https://issues.apache.org/jira/browse/KAFKA-10278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Byrne resolved KAFKA-10278.
---------------------------------
    Resolution: Won't Fix

Hi Kaushik,

The command is set to only return modified (non-default) configs. As part of the KIP-524 work, flag --all was added to 2.5, which will contain the behavior you seek.

> kafka-configs does not show the current properties of running kafka broker upon describe.
> -----------------------------------------------------------------------------------------
>
>                 Key: KAFKA-10278
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10278
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 2.4.1
>            Reporter: kaushik srinivas
>            Priority: Critical
>              Labels: kafka-configs.sh
>
> kafka-configs.sh does not list the properties (read-only/per-broker/cluster-wide) with which the kafka broker is currently running.
> The command returns nothing.
> Only those properties added or updated via kafka-configs.sh is listed by the describe command.
> bash-4.2$ env -i  bin/kafka-configs.sh --bootstrap-server kf-test-0.kf-test-headless.test.svc.cluster.local:9092 --entity-type brokers --entity-default --describe Default config for brokers in the cluster are:
>   log.cleaner.threads=2 sensitive=false synonyms=\{DYNAMIC_DEFAULT_BROKER_CONFIG:log.cleaner.threads=2}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)