Mickael Maison created KAFKA-10557:
--------------------------------------

             Summary: Missing docs when describing topic configs including 
documentation
                 Key: KAFKA-10557
                 URL: https://issues.apache.org/jira/browse/KAFKA-10557
             Project: Kafka
          Issue Type: Improvement
    Affects Versions: 2.6.0, 2.7.0
            Reporter: Mickael Maison
            Assignee: Mickael Maison


When describing topic or broker configs with the AdminClient, we can request 
the documentation of configuration settings to be included.

This does not work with topic configs. The issue lies in this line:
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/AdminManager.scala#L767

This uses a KafkaConfig object to look up topic configs. Hence for 
configurations that have different names between KafkaConfig and LogConfig, no 
documentation is found!



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

Reply via email to