pulsar-manager icon indicating copy to clipboard operation
pulsar-manager copied to clipboard

Support multiple bookkeeper cluster

Open woshiduncan opened this issue 4 years ago • 1 comments

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?

woshiduncan avatar Jun 16 '20 13:06 woshiduncan

@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

eolivelli avatar Jun 16 '20 15:06 eolivelli