Config file connection servers

Hi guys,

While setting up a set of nodes running couchbase ive got a question i could not find an answer for.
Once i added all nodes in Couchbase console, do i need to specify all of the nodes in my web.config file or i should put there just one and Couchbase will forward my request to correct one? What is the best?

The documentation says you can specify just one and it will notify client of other nodes. However it is best to put all of the nodes in the configuration file in case the one node you specified is down when client first initializes a connection. In that case, you would not be able to connect to the other nodes.

3 Likes