[ https://issues.apache.org/jira/browse/KAFKA-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mickael Maison updated KAFKA-10557: ----------------------------------- Affects Version/s: (was: 2.7.0) > 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 > Reporter: Mickael Maison > Assignee: Edoardo Comar > Priority: Major > > 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)