dengziming commented on a change in pull request #9684:
URL: https://github.com/apache/kafka/pull/9684#discussion_r546309985
##########
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##########
@@ -1896,6 +1896,11 @@ class KafkaApis(val requestChannel: RequestChannel,
.setTopicConfigErrorCode(Errors.NONE.code)
}
}
+ val topicIds =
zkClient.getTopicIdsForTopics(results.asScala.map(result =>
result.name()).toSet)
Review comment:
I think we can remove support for zk when using topic-id since KIP-500
will remove zk, also ping @rajinisivaram to have a look.
----------------------------------------------------------------
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:
[email protected]