We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0015702 commit 80caafbCopy full SHA for 80caafb
doc/asciidoc/neo4j-cluster/index.adoc
@@ -27,9 +27,9 @@ just `bolt://` as the scheme.
27
28
If your Neo4j cluster is located at `graph.mycompany.com:7687`, simply configure the Kafka Connect worker with
29
30
----
+----
31
neo4j.server.uri=bolt+routing://graph.mycompany.com:7687
32
33
34
The use of the `bolt+routing` driver will mean that the Neo4j Driver itself will handle connecting to
35
the correct cluster member, and managing changes to the cluster membership over time.
0 commit comments