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

Make a single endpoint for services #172

Open
dragazo opened this issue Oct 12, 2023 · 0 comments
Open

Make a single endpoint for services #172

dragazo opened this issue Oct 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dragazo
Copy link
Collaborator

dragazo commented Oct 12, 2023

Right now we have to hit potentially multiple services servers every time we do an RPC. It'd be better if we just had to do one request, and it could be a single point to add load balancing or smarter routing that avoids having to hit multiple servers (which are even worse potentially based on username and groups, etc.). Without this, scalability is basically a non-starter since every registered server receives every request.

@dragazo dragazo added the enhancement New feature or request label Oct 13, 2023
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

1 participant