jolshan commented on a change in pull request #9684:
URL: https://github.com/apache/kafka/pull/9684#discussion_r565783921



##########
File path: core/src/main/scala/kafka/server/KafkaApis.scala
##########
@@ -1843,6 +1843,8 @@ class KafkaApis(val requestChannel: RequestChannel,
               .setNumPartitions(-1)
               .setReplicationFactor(-1)
               .setTopicConfigErrorCode(Errors.NONE.code)
+          } else {
+            
result.setTopicId(controller.controllerContext.topicIds.getOrElse(result.name(),
 Uuid.ZERO_UUID))

Review comment:
       I've added something like this to ZkAdminManager. Let me know if it 
makes sense.




----------------------------------------------------------------
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


Reply via email to