nodece commented on a change in pull request #13983:
URL: https://github.com/apache/pulsar/pull/13983#discussion_r794321636
##########
File path: conf/broker.conf
##########
@@ -561,7 +561,8 @@ zookeeperSessionExpiredPolicy=shutdown
# Enable or disable system topic
systemTopicEnabled=false
-# The schema compatibility strategy to use for system topics
+# The schema compatibility strategy to use for system topics.
+# Available values: ALWAYS_INCOMPATIBLE, ALWAYS_COMPATIBLE, BACKWARD, FORWARD,
FULL, BACKWARD_TRANSITIVE, FORWARD_TRANSITIVE, FULL_TRANSITIVE
Review comment:
I think it's better to use `` in the document, it is highlight, but I
don't want to use it in the conf file.
--
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]