Neo4j in high availability mode in Java embedded -


is possible run neo4j in high availability (ha) mode read/write access of multiple java clients(java embedded)?

if yes there special configurations needed? (additionally standard ha configurations)

i want run ha cluster containing 3 servers local on computer. writing , reading 3 java clients using sockets.

running neo4j cluster possible in embedded mode. can mix server instances , embedded instances in same cluster.

for embedded cluster instance sure use highlyavailablegraphdatabasefactory , pass in config options. @ least need:

`ha.initial_hosts` `ha.server_id` 

in same way in server instance in neo4j.properties file.


Comments