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

Custom connection pool to MultiClusterPooledConnectionProvider #3801

Conversation

thachlp
Copy link
Contributor

@thachlp thachlp commented Apr 5, 2024

Issue: #3753

@sazzad16 sazzad16 added this to the 5.2.0 milestone Apr 10, 2024
Copy link
Collaborator

@sazzad16 sazzad16 left a comment

Choose a reason for hiding this comment

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

Apologies. I reviewed this some time ago. Just now I've realized I never submitted it.

thachlp and others added 3 commits April 17, 2024 17:43
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
@thachlp thachlp requested a review from sazzad16 April 17, 2024 11:16
@sazzad16 sazzad16 changed the title Add support for configuring connection pool to MultiClusterPooledConnectionProvider Custom connection pool to MultiClusterPooledConnectionProvider Apr 17, 2024
thachlp and others added 2 commits April 17, 2024 20:32
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
…ConnectionProviderTest.java

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
@thachlp thachlp requested a review from sazzad16 April 17, 2024 13:32
@sazzad16 sazzad16 merged commit 4a85d11 into redis:master Apr 18, 2024
5 checks passed
@thachlp thachlp deleted the add-support-connection-pool-to-connection-provider branch April 18, 2024 08:41
@sazzad16
Copy link
Collaborator

Merged.

Thanks @thachlp for your contribution.

@thachlp
Copy link
Contributor Author

thachlp commented Apr 18, 2024

Thanks @sazzad16

sazzad16 added a commit that referenced this pull request May 20, 2024
* Add support for configuring connection pool to MultiClusterPooledConnectionProvider

* Add ClusterConfig constructor to include ConnectionPoolConfig, add test

* Update src/main/java/redis/clients/jedis/MultiClusterClientConfig.java

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>

* Update src/main/java/redis/clients/jedis/MultiClusterClientConfig.java

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>

* Update test

* Update src/main/java/redis/clients/jedis/MultiClusterClientConfig.java

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>

* Update src/test/java/redis/clients/jedis/providers/MultiClusterPooledConnectionProviderTest.java

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>

* Format testConnectionPoolConfigApplied

---------

Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
@sazzad16 sazzad16 modified the milestones: 5.2.0, 5.1.3 Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for configuring connection pool to MultiClusterPooledConnectionProvider
2 participants