codelipenghui commented on a change in pull request #11487:
URL: https://github.com/apache/pulsar/pull/11487#discussion_r679196352



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/TopicPoliciesService.java
##########
@@ -80,13 +80,6 @@
      */
     void start();
 
-    /**
-     * whether the cache has been initialized.
-     * @param topicName
-     * @return
-     */
-    boolean cacheIsInitialized(TopicName topicName);

Review comment:
       This method does not been used by the client-side, after checking the 
reference to this method, all of them are from the test class, I think we can 
delete it directly since we are not exposing the interface for users to 
implement their own topic policies service implementation.




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