Skip to content

JDBC Connection Properties Ignored When Using routingGroupDatabase #650

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

Open
seoyoniee opened this issue Mar 26, 2025 · 2 comments
Open

Comments

@seoyoniee
Copy link

When using routingGroupDatabase, the specified JDBC connection properties are not being applied. Specifically, when a connection property like serverTimezone=Asia/Seoul is appended in the dataStore.jdbcUrl, an issue arises.

I think it's better to use a URI approach to ensure that all connection properties are correctly preserved and applied.

@mosabua
Copy link
Member

mosabua commented Mar 30, 2025

This is the general connection to the backend database right?

@seoyoniee
Copy link
Author

seoyoniee commented Mar 30, 2025

yes right!
I can't apply property that include slash (ex. serverTimezone) now, so I think it would be better to change it to general connection.

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

No branches or pull requests

2 participants