Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-25-2019 04:08 AM
I am setting up a causal cluster for an app that uses the neo4j-php-client library from Graphaware, but it does not seem as though bolt+routing
is supported as a protocol. So first question if is that is correct and if that means that I will need to implement routing myself?
If I need to implement routing myself then I was wondering if this basic architecture would be enough to at least get basic routing for a cluster setup without DNS discovery of instances.
dbms.cluster.routing.getServers()
and store READ
and WRITE
instances.When I then need to execute a query I will have to
CREATE
and MERGE
?)WRITE
instanceREAD
instanceSolved! Go to Solution.
08-29-2019 02:03 AM
Hi @SimonThordal, they not supporting bolt+routing on this moment. The same for Bookmark Casual Cluster.
It is nice if you can make a PR for that. cc @christophe
07-25-2019 08:47 AM
are you using https://github.com/graphaware/neo4j-bolt-php which is a PHP community driver supporting bolt.
07-25-2019 09:14 AM
Yep, that's the one I'm using. But I am not sure if it supports bolt+routing
08-29-2019 02:03 AM
Hi @SimonThordal, they not supporting bolt+routing on this moment. The same for Bookmark Casual Cluster.
It is nice if you can make a PR for that. cc @christophe
All the sessions of the conference are now available online