aws-mysql-jdbc
aws-mysql-jdbc copied to clipboard
The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables applications to take full advantage of the features of clustered MySQL databases.
### Summary Add configuration option to load balance reader transactions ### Description - If reader load balancing is enabled and setReadOnly(true) has been called, the ReadWriteSplittingPlugin will switch reader connections...
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.1.0 to 4.7.0. Release notes Sourced from mockito-inline's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...
Hi, In China the autogenerated Aurora endpoints ends with '.com.cn'. Based on my experience the driver works in different regions except China becase with the same working config I got...
aws-jdbc-driver 1.1.0 + Hikari2.7.9 + AWSSecretsManagerPluginFactory - JDBC Connection is failing
Please help, we need this for our feature enhancements. + Spring boot + aws-jdbc-driver 1.1.0 + Hikari2.7.9 + AWSSecretsManagerPluginFactory + SecretsId is submitted through HikariConfig dataSourceProperties HikariConfig - dataSourceProperties............{secretsManagerSecretId=$validSecretIsd$, password=,...
### Describe the bug We use aws mysql jdbc driver with Hikaricp 4.0.3 (spring boot 2.6.2) Read-only datasource are set to aws mysql jdbc driver. Null pointer exception occurs from...
**Describe the issue** I am getting sometimes error The MySQL server is running with the --read-only option so it cannot execute this statement after failover for connections that are using...
I am getting this error very frequently after integrating AWS Jdbc driver v1.0 to spring boot application that uses hikari. Whenever it occur api calls takes much more time but...
Hi. After using MariaDB connector and experimenting with the MySQL connector itself for our Aurora cluster, I now hope to find the best option in this project. However, I dearly...
https://github.com/awslabs/aws-mysql-jdbc/blob/48d4ad26a99edabb135f4f99f1e395a579cd39bc/src/main/user-impl/java/com/mysql/cj/jdbc/ha/plugins/AWSSecretsManagerPlugin.java#L140
Hi, A question. We currently use "jdbc:mysql:replication" driver with Aurora to achieve read-only connections balancing between multiple read replicas. As mysql driver has no knowledge of Aurora topology we have...