File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4242 PULSAR_PREFIX_serverCnxnFactory : org.apache.zookeeper.server.NIOServerCnxnFactory
4343 serverCnxnFactory : org.apache.zookeeper.server.NIOServerCnxnFactory
4444 {{- end }}
45+ {{- if .Values.pulsar_metadata.metadataStoreAllowReadOnlyOperations }}
46+ PULSAR_PREFIX_localSessionsEnabled : " true"
47+ PULSAR_PREFIX_localSessionsUpgradingEnabled : " true"
48+ {{- end }}
4549{{ toYaml .Values.zookeeper.configData | indent 2 }}
4650{{- end }}
Original file line number Diff line number Diff line change @@ -1025,6 +1025,7 @@ pulsar_metadata:
10251025
10261026 # # Allow read-only operations on the metadata store when the metadata store is not available.
10271027 # # This is useful when you want to continue serving requests even if the metadata store is not fully available with quorum.
1028+ # # NOTICE: This mode is not recommended for production use and no tests exist to validate the behavior.
10281029 metadataStoreAllowReadOnlyOperations : false
10291030
10301031 # # The session timeout for the metadata store in milliseconds.
You can’t perform that action at this time.
0 commit comments