Skip to content

is bookkeeper stream storage, pulsar standalone and zookeeper #22503

Answered by lhotari
nareshv asked this question in Q&A
Discussion options

You must be logged in to vote

Pulsar standalone has flags like --no-stream-storage. Is it ok to skip using stream storage for production use ?

Yes, it's not needed for Pulsar's core functionality. Stream storage is used for stateful functions.
In general, Pulsar standalone isn't designed for "production use", but everyone can decide on their own what they use it for.

Also, does disabling stream storage avoid bookkeeper from using zookeeper ?

No, stream storage requires using Bookkeeper. The parameter --no-stream-storage is unrelated to configuring the metadata store type and whether Zookeeper is used. Pulsar standalone will not use zookeeper by default.
To use Zookeeper in Pulsar standalone, PULSAR_STANDALONE_USE_…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lhotari
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants