Magnus Edenhill created KAFKA-6885:
--------------------------------------
Summary: DescribeConfigs synonyms are are identical to parent
entry for BROKER resources
Key: KAFKA-6885
URL: https://issues.apache.org/jira/browse/KAFKA-6885
Project: Kafka
Issue Type: Bug
Components: admin
Affects Versions: 1.1.0
Reporter: Magnus Edenhill
The DescribeConfigs protocol response for BROKER resources returns synonyms for
various configuration entries, such as "log.dir".
The list of synonyms returned are identical to their parent configuration
entry, rather than the actual synonyms.
For example, for the broker "log.dir" config entry it returns one synonym, also
named "log.dir" rather than "log.dirs" or whatever the synonym is supposed to
be.
This does not seem to happen for TOPIC resources.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)