RobertIndie commented on a change in pull request #14064:
URL: https://github.com/apache/pulsar/pull/14064#discussion_r804353275



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java
##########
@@ -2675,7 +2676,14 @@ public MessageId terminate(
             @ApiParam(value = "Is authentication required to perform this 
operation")
             @QueryParam("authoritative") @DefaultValue("false") boolean 
authoritative) {
         validatePersistentTopicName(tenant, namespace, encodedTopic);

Review comment:
       I think we don't need to. The exception it throws is of type 
RestException.




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