Hi,
We want to try out neo4j HA with one master and 2 slaves.
The expectation is
clients requests should be loadbalanced across the 3 servers.
was reading about sticky sessions with neo4j in one of jim webber's blog, so interested to try out that too.
writes can go to any one.
we will have 3 neo4j instances and 3 zookeeper instances.
one doubt, how does neo4j do loadbalancing here.
there is a property called ha.coordinators where we will specify all the zookeeper IPs.
How does loadbalancing happen with the ha.coordinators ? is it round robin or does it always connnect to the first zookeeper IP ?
Where we can see the client connection logs on neo4j server ?
Thanks.