lhotari commented on code in PR #675:
URL: https://github.com/apache/pulsar-helm-chart/pull/675#discussion_r3138607272
##########
charts/pulsar/values.yaml:
##########
@@ -1225,6 +1225,7 @@ standalone:
# storageClassName:
selector: {}
configData:
+ PULSAR_STANDALONE_USE_ZOOKEEPER: "1"
Review Comment:
It might be better to put this in the configmap instead of the values.yaml
file. In most cases there shouldn't be a need to use the RocksDB metadata store
which might result in some incompatibilities since it's not extensively tested
like Zookeeper is. There would be a comment in the configmap that setting the
value to 0 will use RocksDB metadata store and the value shouldn't be changed
after creating a cluster.
--
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]