-
Notifications
You must be signed in to change notification settings - Fork 580
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
Add UCP connection pool support in dbclient #1589
Comments
Now we can use |
@arjav-desai : Just adding the comment to the existing bug. We are also using Helidon's dbclient obj for all the DB interactions. I don't see any methods which can accept "UCP" as the connection object from DbClient class(I can see only support for Hikari CP as of now in Helidon SE 4.0.2 SE version). It was recommended by helidon framework team to move from Hikari CP to UCP. This will definitely help us understand which JDBC connection pool would be relevant for our use case for both OP and k8's deployment. Also we are planning to include "Observability and tracing" as part of our next phase, so UCP support in dbclient will be very crucial for our product. Note: The key selling point for our product is performance. Please share your thoughts on this. |
Add UCP connection pool support in DBClient as an alternative to Hikari.
Also take the opportunity to review the API by trying to implement this in user space.
E.g.
The above snippet doesn't look right. We also need to make sure the programmatic way can be used to setup the connection.
The text was updated successfully, but these errors were encountered: