vinothchandar commented on a change in pull request #8737: URL: https://github.com/apache/kafka/pull/8737#discussion_r432172108
########## File path: core/src/main/scala/kafka/admin/TopicCommand.scala ########## @@ -290,6 +295,8 @@ object TopicCommand extends Logging { override def describeTopic(opts: TopicCommandOptions): Unit = { val topics = getTopics(opts.topic, opts.excludeInternalTopics) + ensureTopicExists(topics, opts.topic, !opts.ifExists) Review comment: I will look into the new API.. so `topics` will be empty and I checked that the describeTopics() will actually send an empty topicList.. Let me look into simplifying this more. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org