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

[RPC service] Add failover support #4992

Open
Gudahtt opened this issue Nov 27, 2024 · 0 comments
Open

[RPC service] Add failover support #4992

Gudahtt opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels

Comments

@Gudahtt
Copy link
Member

Gudahtt commented Nov 27, 2024

Add failover support to the RPC service. The service should accept additional URLs to use in case the circuit is open on the primary RPC URL.

Requests should automatically be sent to the failover URL in case the primary URL is "down" (i.e. if the circuit is open). However we'd want to continue sending each request through the policy for the primary, so that it can detect when that service recovers.

For now we only need to support a single failover RPC URL, but it might be useful to support a list right from the start if it's not too much of a detour.

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

No branches or pull requests

2 participants