For JDBC you'd provide the URL of the HA proxy to send queries to, and the proxy would then take care of the routing.
Something that should be probably added to the JDBC driver is a hint about the kind of query/transaction you are currently running. Not sure if / how it would be added to the request (query param / header) Michael On Sat, Nov 8, 2014 at 8:04 PM, David Zamani <[email protected]> wrote: > Thanks for the reply, so if we use HAProxy the master should we > automatically used. > And about the connection to the cluster ? > Is there a way to do that with JDBC ? > > -- > 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. > -- 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.
