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

[Feature Request][core]: load balance core endpoints #3151

Closed
tuxcanfly opened this issue Jan 31, 2024 · 5 comments
Closed

[Feature Request][core]: load balance core endpoints #3151

tuxcanfly opened this issue Jan 31, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request external Issues created by non node team members

Comments

@tuxcanfly
Copy link
Contributor

Implementation ideas

Currently we accept a single core.rpc.endpoint/core.grpc.endpoint. It would be ideal to allow a list of core endpoints to be configured such that the node can load balance between them to minimise the risk of transaction failure.

@tuxcanfly tuxcanfly added the enhancement New feature or request label Jan 31, 2024
@github-actions github-actions bot added the external Issues created by non node team members label Jan 31, 2024
@Wondertan
Copy link
Member

@cmwaters, is this something the core Signer could do?

@distractedm1nd
Copy link
Collaborator

I will do this on top of #3153 rn

@distractedm1nd distractedm1nd self-assigned this Feb 1, 2024
@distractedm1nd
Copy link
Collaborator

But architecturally, it does not make sense at all for node to be doing the load-balancing. Traditionally the load balancing is taken care of up the stack. But I will implement quickly anyways to show what it would look like

@Wondertan
Copy link
Member

Wondertan commented Feb 1, 2024

it does not make sense at all for node to be doing the load-balancing.

Absolutely.

@ramin
Copy link
Contributor

ramin commented Feb 21, 2024

closing as load balancing not a concern of node itself

@ramin ramin closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external Issues created by non node team members
Projects
None yet
Development

No branches or pull requests

4 participants