aparajita89 commented on a change in pull request #14102:
URL: https://github.com/apache/pulsar/pull/14102#discussion_r812565989
##########
File path: conf/standalone.conf
##########
@@ -431,15 +435,15 @@ brokerClientTlsCiphers=
brokerClientTlsProtocols=
# Enable or disable system topic
-systemTopicEnabled=false
+systemTopicEnabled=true
Review comment:
updated this
##########
File path: conf/standalone.conf
##########
@@ -431,15 +435,15 @@ brokerClientTlsCiphers=
brokerClientTlsProtocols=
# Enable or disable system topic
-systemTopicEnabled=false
+systemTopicEnabled=true
# The schema compatibility strategy is used for system topics.
# Available values: ALWAYS_INCOMPATIBLE, ALWAYS_COMPATIBLE, BACKWARD, FORWARD,
FULL, BACKWARD_TRANSITIVE, FORWARD_TRANSITIVE, FULL_TRANSITIVE
systemTopicSchemaCompatibilityStrategy=ALWAYS_COMPATIBLE
# Enable or disable topic level policies, topic level policies depends on the
system topic
# Please enable the system topic first.
-topicLevelPoliciesEnabled=false
+topicLevelPoliciesEnabled=true
Review comment:
updated this
--
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]