-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow multiple endpoints as dsn to avoid downtime #68
base: main
Are you sure you want to change the base?
Conversation
@limenet do you know why the pipeline fails in an untouched area? |
…s. (new config `hosts`)
9015bc6
to
0dedaf4
Compare
81c0e30
to
0dedaf4
Compare
This appears to be due to an upstream change https://github.com/ruflin/Elastica/pull/2188/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR76. Since we currently (have to) require |
thanks @limenet 🙏 |
As discussed:
|
I see Elastica is changing the API for this right now and it is not clear how it will evolve until Elastica 8.0 is in a final state. |
->scalarNode('url')->end() | ||
->end() | ||
->end() | ||
->end() | ||
->scalarNode('dsn')->defaultValue('http://localhost:9200')->info('The DSN to connect to the Elasticsearch cluster.')->end() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this config node
allow multiple endpoints as dsn to avoid downtime if single node fails. (new config
hosts
)