linuxingyun
linuxingyun

Reputation: 45

Neo4j 1.9: How connect to HA machines? by IP? What I can do when the machine failed?

Neo4j 1.9 :How connect to HA machines? by IP ? What I can do when the machine failed ?

after 1.9 ,the Neo4j do not use zookeepers; but if I connect to HA machines by IPs, whasome machine Crashed

Upvotes: 2

Views: 92

Answers (1)

Stefan Armbruster
Stefan Armbruster

Reputation: 39915

For most setups you want to have a loadbalancer component in front of the cluster. This can bei either a hardware lb or a software lb like ha_proxy, see http://docs.neo4j.org/chunked/milestone/ha-haproxy.html

Upvotes: 2

Related Questions