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

Configuration for setting maximum number of connection pools to be created #3566

Merged

Conversation

jchenga
Copy link
Contributor

@jchenga jchenga commented Dec 29, 2024

Introduce a configuration option to specify the maximum number of connection pools a ConnectionProvider should create. Once the maximum number is exceeded, a warning message is logged.

Fixes #3318.

…nnection pools a ConnectionProvider should create. Once the expected number is exceeded, a warning message is logged.
@violetagg violetagg added the type/enhancement A general enhancement label Jan 2, 2025
@violetagg violetagg added this to the 1.2.2 milestone Jan 2, 2025
@violetagg violetagg changed the title Configuration for setting expected number of connection pools to be created Configuration for setting maximum number of connection pools to be created Jan 2, 2025
Copy link
Member

@violetagg violetagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jchenga Thanks for the PR!
I do have some suggestions for the name of the new API and for the tests.

@jchenga jchenga force-pushed the 3318-configuration-for-connection-pools-limit branch from f64e1cd to e3e5578 Compare January 4, 2025 19:15
@jchenga jchenga force-pushed the 3318-configuration-for-connection-pools-limit branch from e3e5578 to 420dd1c Compare January 4, 2025 19:18
@jchenga
Copy link
Contributor Author

jchenga commented Jan 4, 2025

I have made the suggested changes.

Copy link
Member

@violetagg violetagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jchenga Thanks for the PR!

@violetagg violetagg merged commit 963dd20 into reactor:main Jan 8, 2025
13 checks passed
violetagg added a commit that referenced this pull request Jan 8, 2025
Signed-off-by: Violeta Georgieva <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide ConnectionProvider configuration for limiting the number of the connection pools
2 participants