gaoran10 commented on a change in pull request #11928:
URL: https://github.com/apache/pulsar/pull/11928#discussion_r702692670



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/SystemTopicBasedTopicPoliciesService.java
##########
@@ -330,9 +343,6 @@ private void refreshTopicPoliciesCache(Message<PulsarEvent> 
msg) {
                 case UPDATE:
                     policiesCache.put(topicName, event.getPolicies());
                     break;
-                case DELETE:

Review comment:
       When recovering the topic policies, the reader will read messages from 
the earliest position, it could read the `DELETE` type Pulsar event, does it 
handle the `DELETE` event messages at this time?




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