woshiduncan opened a new issue #302:
URL: https://github.com/apache/pulsar-manager/issues/302


   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?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to