apache / pulsar-manager

Apache Pulsar Manager
https://pulsar.apache.org/
Apache License 2.0
521 stars 246 forks source link

Support multiple bookkeeper cluster #302

Open woshiduncan opened 4 years ago

woshiduncan commented 4 years ago

In org/apache/pulsar/manager/service/impl/BookiesServiceImpl.java , the code as blow

    @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?

eolivelli commented 4 years ago

@woshiduncan FYI in the next release of Pulsar Manager we are going to integrate "BookKeeper Visual Manager" https://bkvm.org And probably we will migrate a few of Pulsar Manager BookKeeper-related features to BKVM.

cc @mino181295