Skip to content

proposed extension point for connection pools #155

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

Merged
merged 2 commits into from
May 21, 2020

Conversation

gavinking
Copy link
Member

See #154.

I believe that this patch is enough to allow people to replace the ReactiveConnectionPool with their own implementation via the Hibernate Services stuff.

@Sanne @DavideD WDYT?

- introduce the 'pool' package
- customizable via the Hibernate Services stuff
@gavinking gavinking requested review from DavideD and Sanne May 21, 2020 12:55
@gavinking gavinking linked an issue May 21, 2020 that may be closed by this pull request
@Sanne
Copy link
Member

Sanne commented May 21, 2020

@gavinking I don't understand the problem that this is solving?

@gavinking
Copy link
Member Author

@Sanne

I don't understand the problem that this is solving?

It's for someone who wants to use a non-Vert.x SQL client underneath Hibernate Reactive. (We have already had people opening issues requesting that.)

since this is probably how most people are configuring HR
@DavideD DavideD merged commit 40536ab into hibernate:master May 21, 2020
@DavideD
Copy link
Member

DavideD commented May 21, 2020

Merged #155

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow replacement of the ReactiveConnectionPool
3 participants