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

Introduce load-balancing on router #168

Closed
Gerold103 opened this issue Nov 28, 2018 · 0 comments
Closed

Introduce load-balancing on router #168

Gerold103 opened this issue Nov 28, 2018 · 0 comments
Assignees
Labels
feature A new functionality router
Milestone

Comments

@Gerold103
Copy link
Collaborator

Allow to balance read-only requests over all instances of a replicaset or over only slaves (via slave_call() #157). And allow to balance write requests over masters (#165).

@Gerold103 Gerold103 added router feature A new functionality labels Nov 28, 2018
@Gerold103 Gerold103 added this to the 0.2 milestone Nov 28, 2018
@Gerold103 Gerold103 self-assigned this Nov 28, 2018
Gerold103 added a commit that referenced this issue Mar 11, 2019
At this moment there is only one RO request - call on a nearest
replica or master otherwise. But #157 and #168 are going to add
more: prefer slaves for a call; do load-balancing over all; do
load-balancing, but prefer slaves.

It would be easier if all of those features could be implemented
via one customized template.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality router
Projects
None yet
Development

No branches or pull requests

1 participant