yabinmeng commented on issue #9549:
URL: https://github.com/apache/pulsar/issues/9549#issuecomment-776803224


   @WJL3333 here is the part of the broker.conf (for 2.7 cluster). Almost all 
settings are default except the following ones. zookeeperServers config is set 
and it is as below (note the cluster is a 3-node cluster)
   ```
   # Zookeeper quorum connection string
   zookeeperServers=<node1_ip>:2181,<node2_ip>:2181,<node3_ip>:2181
   
   # Configuration Store connection string
   configurationStoreServers=<node1_ip>:2181,<node2_ip>:2181,<node3_ip>:2181
   
   # Name of the cluster to which this broker belongs to
   clusterName=mypulsar_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:
[email protected]


Reply via email to