Edoardo Comar created KAFKA-7720:
------------------------------------
Summary: 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
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
(v7.6.3#76005)