AnonHxy commented on code in PR #19015:
URL: https://github.com/apache/pulsar/pull/19015#discussion_r1061377862


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java:
##########
@@ -3716,6 +3720,15 @@ protected CompletableFuture<MessageId> 
internalTerminateAsync(boolean authoritat
     }
 
     protected void internalTerminatePartitionedTopic(AsyncResponse 
asyncResponse, boolean authoritative) {
+        // If the topic name is a partition name, no need to get partition 
topic metadata again

Review Comment:
   This comments looks not correct here,  It's just not support partitioned 
topicName. How about remove it



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