You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/07 23:36:56 UTC

[GitHub] [pulsar] michaeljmarshall commented on a change in pull request #13138: [Broker] Remove tenant permission verification when list partitioned-topic

michaeljmarshall commented on a change in pull request #13138:
URL: https://github.com/apache/pulsar/pull/13138#discussion_r764440684



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
##########
@@ -172,7 +172,6 @@
     }
 
     protected List<String> internalGetPartitionedTopicList() {
-        validateAdminAccessForTenant(namespaceName.getTenant());

Review comment:
       If we are going to remove this line, we should update the annotations on the two methods that call `internalGetPartitionedTopicList()`.




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org