Open eolivelli opened 3 years ago
@Jennifer88huang the stream storage service is the state storage for Pulsar Functions probably it is better to document how it works in the BookKeeper website http://bookkeeper.apache.org/docs/4.12.0/overview/overview/
The right command is:
bin/bkctl cluster init zk://localhost:2181/ledgers
and you must not have run:
bin/bkctl bookies init
otherwise the command will fail with a meaningless error message
@eolivelli Thanks for your info. I'll take a look and deal with it this week.
With the BK package in Pulsar there is no problem, but in that case users are not using bkctl
but pulsar initialize-cluster-metadata
btw StreamStorage is part of BK, so we should have here the docs and it should work without Pulsar
BUG REPORT I am trying to setup a StreamStorage Cluster, but the command to init the cluster is not working.
Describe the bug
If you run this command, there is no error and no way to understand what to do (without checking into BK code)
bin/bkctl cluster init
Expected behavior
The command succeedes
Suggestions We should document how to start with the BK Stream Storage Service