I setup Neo4j 4.0.1 enterprise in a causal cluster with the following nodes:
neo4j-01 (CORE)neo4j-02 (CORE)neo4j-03 (CORE)neo4j-04 (READ_REPLICA)
The config for each host is the same with dbms.mode being the obvious exception on neo4j-04. Also, each ...