apache / apache/pulsar-manager
Support multiple bookkeeper cluster
Open
triage/week-43
- Dominant language
- Vue
- Stars
- 539
- Forks
- 239
- PR merge metrics
- No merged PRs in 30d
Description
In org/apache/pulsar/manager/service/impl/BookiesServiceImpl.java , the code as blow
```java
@Value("${bookie.host}")
private String bookieHost;
```
We can start pulsar-manager with --bookie.host=http://myhost:8000 when there is only one bookkeeper cluster, but not work correctly in geo-replication.
In geo enabled env, pulsar-manager only show one of bookkeeper clusters that specified by **_bookie.host_**, because **_bookie.host_** support one url.
Is that possible to support multiple bookkeeper cluster?
Contributor guide
Assessment
This issue has not been assessed yet.