OpenSearch/docs/java-rest/low-level
Luca Cavanna 16e4e7a7cf
Node selector per client rather than per request (#31471)
We have made node selectors configurable per request, but all 
of other language clients don't allow for that.
A good reason not to do so, is that having a different node selector 
per request breaks round-robin. This commit makes NodeSelector 
configurable only at client initialization. It also improves the docs 
on this matter, important given that a single node selector can still 
affect round-robin.
2018-06-22 17:15:29 +02:00
..
configuration.asciidoc Node selector per client rather than per request (#31471) 2018-06-22 17:15:29 +02:00
index.asciidoc Revert "[Docs] Update Java Low-Level documentation to reflect shaded deps (#25882)" (#26411) 2017-08-29 09:26:36 -05:00
sniffer.asciidoc LLClient: Support host selection (#30523) 2018-06-11 17:07:27 -04:00
usage.asciidoc Node selector per client rather than per request (#31471) 2018-06-22 17:15:29 +02:00