Skip to content

Commit 608d621

Browse files
smbeckerlhotari
andauthored
Update standalone defaults to use zookeeper (#675)
* Update standalone defaults to use zookeeper * Move PULSAR_STANDALONE_USE_ZOOKEEPER to standalone-configmap.yaml --------- Co-authored-by: Lari Hotari <lhotari@apache.org>
1 parent a1fb893 commit 608d621

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

charts/pulsar/templates/standalone-configmap.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ metadata:
2929
data:
3030
clusterName: {{ template "pulsar.cluster.name" . }}
3131

32+
# Use embedded ZooKeeper as the metadata store. Set to "0" in values.yaml to use RocksDB instead.
33+
# ZooKeeper is preferred here because it is more battle-tested as a Pulsar metadata store
34+
# and leaves the door open for migrating the data to a real cluster later.
35+
PULSAR_STANDALONE_USE_ZOOKEEPER: "1"
36+
3237
# Standalone-specific defaults: single-node replication
3338
managedLedgerDefaultEnsembleSize: "1"
3439
managedLedgerDefaultWriteQuorum: "1"

0 commit comments

Comments
 (0)