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 2019/08/21 21:28:38 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4955: [WIP] [PIP-39] Introduce system topic and topic policies service

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_r315511615
 
 

 ##########
 File path: conf/broker.conf
 ##########
 @@ -284,6 +284,13 @@ replicatedSubscriptionsSnapshotTimeoutSeconds=30
 # Max number of snapshot to be cached per subscription.
 replicatedSubscriptionsSnapshotMaxCachedPerSubscription=10
 
+# Enable or disable system topic
+systemTopicEnable=true
+
+# Enable or disable topic level policies, topic level policies depends on the system topic
+# Please enable the system topic first.
+topicLevelPoliciesEnable=true
 
 Review comment:
   `topicLevelPoliciesEnabled`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services