lhotari commented on code in PR #22048:
URL: https://github.com/apache/pulsar/pull/22048#discussion_r1487223495


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/extensions/channel/ServiceUnitStateChannelImpl.java:
##########
@@ -298,6 +299,14 @@ public synchronized void start() throws 
PulsarServerException {
 
             ExtensibleLoadManagerImpl.createSystemTopic(pulsar, TOPIC);
 
+            if (config.isSystemTopicAndTopicLevelPoliciesEnabled()) {

Review Comment:
   What happens if this flag returns false? Is that a valid way to configure 
Pulsar with this code? would it make sense to prevent such configuration in the 
first place, or at least log a warning?
   



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