sijie commented on a change in pull request #4955: [WIP] [PIP-39] Introduce 
system topic and topic policies service
URL: https://github.com/apache/pulsar/pull/4955#discussion_r315511828
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
 ##########
 @@ -383,6 +387,14 @@ public void start() throws PulsarServerException {
 
             brokerService.start();
 
+            if (config.isSystemTopicEnable()) {
+                namespaceEventsSystemTopicService = new 
NamespaceEventsSystemTopicService(getClient());
+            }
+
+            if (config.isTopicLevelPoliciesEnable()) {
 
 Review comment:
   Don't we need to check if system topic is enabled?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to