使用 neo4j-ogm 2.x (EmbeddedDriver) 配置嵌入式 Neo4j 集群

Configure embedded Neo4j cluster with neo4j-ogm 2.x (EmbeddedDriver)

我正在使用 Spring-data-neo4j 4.1.0.RC1 和 neo4j-ogm-embedded-driver 2.0.1 和 我正在尝试在 HA 集群模式下配置我的嵌入式数据库(服务器 ID、初始主机、推送因子……)。

有办法吗?我无法通过 DriverConfiguration class.

使用 Spring-data-neo4j 3.x,我能够在 HighlyAvailableGraphDatabaseFactory 的帮助下覆盖 Neo4jConfiguration.graphDatabase() 方法来配置我自己的 GraphDatabaseService。

谢谢!

2016 年 11 月 11 日更新

现已启用。详情请见https://github.com/neo4j/neo4j-ogm/issues/142

目前不支持使用嵌入式驱动程序的 HA。我已经为它提了票,https://github.com/neo4j/neo4j-ogm/issues/142.