In an elastic cluster with muliple nodes, one master, does it matter to which node a document update or delete request hits.
Currently I find out the master node by asking one of the nodes which returns a complete list of all nodes and the master node ID which I then use to get the transport address for. I then point all update traffic at that transport address.
Can requests be sent to any node (as long as they are available) with no issues?