mimaison commented on code in PR #17636:
URL: https://github.com/apache/kafka/pull/17636#discussion_r1831552347


##########
core/src/main/scala/kafka/server/ZkAdminManager.scala:
##########
@@ -93,7 +94,7 @@ class ZkAdminManager(val config: KafkaConfig,
     * Try to complete delayed topic operations with the request key
     */
   def tryCompleteDelayedTopicOperations(topic: String): Unit = {
-    val key = TopicKey(topic)
+    val key = new TopicKey(topic)

Review Comment:
   Good point, I undid these changes



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to