Skip to content
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

Support maintaining the original hostnames provided using .known_node(s) in the event all nodes become unreachable #386

Closed
dtzxporter opened this issue Jan 24, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dtzxporter
Copy link
Contributor

Currently, all hostnames are resolved in Session::connect but in the event we lose all of the nodes, the only way to reconnect would be to create a new Session. It would be nice to be able to pass a service url that automatically updates node addrs and can be queried by the driver again in the event we lose all available nodes.

(Prevents having to restart a service / rebuild session)

@psarna psarna added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Jan 25, 2022
@Lorak-mmk Lorak-mmk self-assigned this Nov 15, 2023
@wprzytula
Copy link
Collaborator

This seems to be fixed by #770. WDYT @Lorak-mmk ?

@Lorak-mmk
Copy link
Collaborator

I agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants