Set this in your neo4j.properties "read_only=true" But logically your slaves are always read-only in cluster Mode "for the clients/ end users". Though they can accept write request but they re-direct those request to Master Node. All Write transactions are Handled by Master only and then data is replicated from Master to Slave nodes.
Thanks, Sumit neo4j.com/books/neo4j-essentials/ On Friday, 17 April 2015 02:15:14 UTC+5:30, cui r wrote: > > Hi, > > What's the configuration to set slave nodes to read-only in a cluster? I > couldn't find it in the doc and googling. > > Any pointer is appreciated. > > Rick > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
