Closed yozlet closed 8 years ago
We don't want to round-robin when indexing...
To add more detail to the prior comment: with round-robin indexing we get multiple partial indexes, so that approach won't work for creating the index. Closing this issue.
Implements #207. This tweaks the ES connection code so it looks for Cloud Foundry services with the
elasticsearch
tag and connects to all of them, rather than a single one. The aim is to round-robin ES requests across the cluster to spread load.