繁体   English   中英

使用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类来做到这一点。

使用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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM