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

[network-controller] Add failover support #4993

Open
Gudahtt opened this issue Nov 27, 2024 · 1 comment · May be fixed by #5360
Open

[network-controller] Add failover support #4993

Gudahtt opened this issue Nov 27, 2024 · 1 comment · May be fixed by #5360
Assignees
Labels

Comments

@Gudahtt
Copy link
Member

Gudahtt commented Nov 27, 2024

Add failover support to the NetworkController. This depends upon the service supporting failovers first (#4992), and upon integration of the RPC service (#4991).

We'll need to keep track of a list of failover RPC URLs for each RPC endpoint that we want to have failover support. It probably makes sense to add this failover list to the InfuraRpcEndpoint type.

@mcmire
Copy link
Contributor

mcmire commented Feb 13, 2025

After talking with @Gudahtt about this, we will need some way for consumers to listen for when certain events occur, so that it is possible to report when a failover occurs. I might need to reach out to the SRE team to figure out what else we would need. But at the very least we need to add callback options to NetworkController.

@mcmire mcmire linked a pull request Feb 18, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants