97arushisharma commented on issue #7488: URL: https://github.com/apache/pulsar/issues/7488#issuecomment-656496887
@sijie thanks for the reply. Here are the bookkeeper.conf files. [bookkeeper-02.conf.txt](https://github.com/apache/pulsar/files/4901184/bookkeeper-02.conf.txt) [bookkeeper-01.conf.txt](https://github.com/apache/pulsar/files/4901206/bookkeeper-01.conf.txt) [bookkeeper-03.conf.txt](https://github.com/apache/pulsar/files/4901214/bookkeeper-03.conf.txt) Also below is the metadata command I have used: ``` bin/pulsar initialize-cluster-metadata \ --cluster miq-pulsar-cluster \ --zookeeper apachepulsar-01:2181 \ --configuration-store apachepulsar-01:2181 \ --web-service-url http://apachepulsar-02:8080 \ --web-service-url-tls https://apachepulsar-02:8443 \ --broker-service-url pulsar://apachepulsar-02:6650 \ --broker-service-url-tls pulsar+ssl://apachepulsar-02:6651 ``` ---------------------------------------------------------------- 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: [email protected]
