Skip to content

Add support for clustered pools #1

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

Open
JohnAD opened this issue Nov 9, 2019 · 0 comments
Open

Add support for clustered pools #1

JohnAD opened this issue Nov 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@JohnAD
Copy link
Owner

JohnAD commented Nov 9, 2019

Currently, the connection pool is limited to a single named destination server.

I want to add:

  • support for querying a cluster of servers (noted in the URL) to see which one should be the current primary.

  • support for a secondary read-only pool for better performance for reads that do not have to be as "true" as a primary read. To use a secondary read, a parameter would be added to getNextConnection to make it purposefully explicit.

@JohnAD JohnAD added the enhancement New feature or request label Nov 9, 2019
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