Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-26-2018 06:05 AM
I've setup a 3 node cluster, and in the client application its using the bolt+routing connection. I've also setup some Gatling stress tests, but it seems that all the queries always end up on just one of the cluster nodes. What is cluster balancing based on? Is it one using a single node because its not being stressed enough?
10-26-2018 06:11 AM
https://neo4j.com/docs/operations-manual/current/clustering/introduction/
check out this link
10-26-2018 10:48 AM
You'll have to explicit create read or write transactions via the driver. Write transactions (or default, if not a read transaction) will always go to the leader node in the cluster. Read transactions will round-robin between the follower and read replica nodes.
All the sessions of the conference are now available online