You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using routingGroupDatabase, the specified JDBC connection properties are not being applied. Specifically, when a connection property like
serverTimezone=Asia/Seoul
is appended in thedataStore.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.
The text was updated successfully, but these errors were encountered: