Replies: 1 comment
|
One node cluster is a Pulsar cluster deployed in a single machine, possibly in a single process (pulsar standalone). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If you deploy Pulsar in a one-node cluster, you should update the replication settings in conf/broker.conf to 1.
Number of bookies to use when creating a ledger
managedLedgerDefaultEnsembleSize=1
Number of copies to store for each message
managedLedgerDefaultWriteQuorum=1
Number of guaranteed copies (acks to wait before write is complete)
managedLedgerDefaultAckQuorum=1
what is “a one-node cluster”???
what mean "a one-node cluster"??
All reactions