I'm using Spring-data-neo4j 4.1.0.RC1 and neo4j-ogm-embedded-driver 2.0.1 and I'm trying to configure my embedded database in HA cluster mode (server id, initial hosts, push factor, ...).
Is there a way to do it ? I'm not able to do it via the DriverConfiguration class.
With Spring-data-neo4j 3.x, I was able to to override Neo4jConfiguration.graphDatabase() method to configure my own GraphDatabaseService with help of HighlyAvailableGraphDatabaseFactory.
Thank you !