Open woshiduncan opened 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
In org/apache/pulsar/manager/service/impl/BookiesServiceImpl.java , the code as blow
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?