-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
What issue do you find in Pulsar docs?
- The instructions on Docker hub and the Pulsar docs are different, one use volumes and the other mounts. In addition, Docker hub is missing the conf volume.
- Both pages missing basic instruction how to modify the config (add a file named broker.conf under pulsarcof/broker.conf ...).
- The container log is very noisy. For a new user like me it looks like something is broken.
What is your suggestion?
- Same instructions on Docker hub and Pulsar docs.
- Explain how to modify the config. Link to default config files on github source code.
- Decrease the default log level. Only show a message that each component is running successfully.
Do you have any references?
https://pulsar.apache.org/docs/standalone-docker/
https://hub.docker.com/r/apachepulsar/pulsar
Not sure which config file is relevant to the docs:
https://github.com/apache/pulsar/blob/master/conf/standalone.conf
https://github.com/apache/pulsar/blob/master/conf/broker.conf
https://github.com/apache/pulsar/blob/master/conf/zookeeper.conf
https://github.com/apache/pulsar/blob/master/conf/bookkeeper.conf
Would you like to fix this issue?
no
Note
- I have researched my question.