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

update protocol properties at the time of connection creation #577

Open
rajatgoyal247341 opened this issue Jul 20, 2022 · 0 comments
Open

Comments

@rajatgoyal247341
Copy link

I want to change protocol setting ( mentioned at ) ( protocol.io.threads ) for a given connection. I have set "protocol.io.threads" in java.util.properties() and passed that to java.sql.DriverManager.getConnection(dbUrl,properties) to create the connection. But looks like it is still working on default size ( 3) only.

I used the same way to set "housekeeper.enabled" and worked perfectly. How come it is not working for "protocol.io.threads" ?

Please let me know how can we change it ?

We are using 0.8.4 version of jar as dependency.

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

No branches or pull requests

1 participant