Is it possible to run Neo4j in high availability (HA) mode with read/write access of multiple java clients(java embedded)?
If yes are there special configurations needed? (Additionally to the standard HA configurations)
I want to run a HA cluster containing three servers local on my computer. Writing and reading from three java clients using sockets.