Jason918 commented on a change in pull request #13888:
URL: https://github.com/apache/pulsar/pull/13888#discussion_r790658222



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
##########
@@ -4627,26 +4627,25 @@ protected void 
internalGetReplicatedSubscriptionStatus(AsyncResponse asyncRespon
             return;
         }
 
-        // Reject the request if the topic is not global
-        if (!topicName.isGlobal()) {

Review comment:
       Why is this check removed?




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