apache / apache/pulsar-manager
HerdDB support in docker image `apachepulsar/pulsar-manager`
Open
triage/week-16
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
Using HerdDB should be the default and recommended method with the docker image as well. Especially because we all also have zookeeper and bookkeeper already. Introducing postgresql to this mix is worrisome.
Currently, the `apachepulsar/pulsar-manager:v0.1.0` image forces a postgresql setup. Or, is there a workaround for using HerdDB with it instead?
These env vars had no effect:
```
DRIVER_CLASS_NAME = "herddb.jdbc.Driver"
URL = "jdbc:herddb:zookeeper:localhost:2181/herddb"
USERNAME = "pulsar"
PASSWORD = "pulsar"
```
Contributor guide
Assessment
This issue has not been assessed yet.