kaushik srinivas created KAFKA-10278: ----------------------------------------
Summary: 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 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)