omkreddy commented on code in PR #17331:
URL: https://github.com/apache/kafka/pull/17331#discussion_r1793737405


##########
core/src/main/scala/kafka/server/ConfigHelper.scala:
##########
@@ -194,7 +194,8 @@ class ConfigHelper(metadataCache: MetadataCache, config: 
KafkaConfig, configRepo
     val allSynonyms = {
       val list = configSynonyms(name, allNames, isSensitive)
       if (!groupProps.containsKey(name))
-        list
+        new 
DescribeConfigsResponseData.DescribeConfigsSynonym().setName(name).setValue(valueAsString)

Review Comment:
   why do we need this change?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to