Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Add possiblity to specify a list of elasticsearch node instead of one #69

Open
olivierbuez opened this issue Apr 9, 2019 · 2 comments
Labels
enhancement New feature or request to triage

Comments

@olivierbuez
Copy link
Contributor

Currently, outliers can connect to only one node from the cluster. Outliers actually relies on elasticsearch which is a distributed system meaning some of its part can fail but the overall feature should remain. This only apply if we use a list of host in the elasticsearch API, outliers must support this: a list of elasticsearch host instead of a single one.

@olivierbuez olivierbuez added the enhancement New feature or request label Apr 9, 2019
@daanraman
Copy link
Contributor

daanraman commented Apr 9, 2019

I suppose that's not an issue when using a coordinator (example: es_url=http://escoordinator:9200), but only when there is none, right?

@olivierbuez
Copy link
Contributor Author

We don't use coordinator node anymore as it's deprecated by elastic for small environment like ours

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request to triage
Development

No branches or pull requests

2 participants