Karen
Karen
Hello @lpapp-zz, Thanks for reaching out. Yes, to confirm, domains in China are currently not natively supported; however, the driver supports customization with the instance host pattern. Please refer to...
Hello @csyperski, Agreed. We aim to keep the driver a close to performance as the reference driver. For visibility, we have identified a potential improvement for the [monitoring thread](https://github.com/awslabs/aws-mysql-jdbc#enhanced-failure-monitoring) that...
The AWS JDBC Driver for MySQL needs to initialize the plugin pipeline and setup the failover plugin for every new connection, so it introduces additional performance overhead when creating new...
Hi @abedali, can you please ensure the AWSSecretsManagerPlugin is the first in the plugin chain by specifying the `connectionPluginFactories` parameter as follows: `connectionPluginFactories=software.aws.rds.jdbc.mysql.shading.com.mysql.cj.jdbc.ha.plugins.AWSSecretsManagerPluginFactory,software.aws.rds.jdbc.mysql.shading.com.mysql.cj.jdbc.ha.plugins.failover.FailoverConnectionPluginFactory,software.aws.rds.jdbc.mysql.shading.com.mysql.cj.jdbc.ha.plugins.NodeMonitoringConnectionPluginFactory`
Hi all, thank you for raising this issue. We're currently looking into it and will share more information once we know more about what is going on. Thank you for...
use aws mysql jdbc driver 1.0.0 HikariCP 3.4.5 only write failover time too long than HikariCP 2.7.5
Hi @zixubingfeng, thank you for raising this issue. We're currently looking into it and will share more information once we know more about what is going on. Thank you for...
Thank you all for raising this issue. We are currently working on a fix for this issue and will post again once the fix is merged. Thank you for your...
The fix has been merged, can you please test out our 1.1.2-Snapshot build [here](https://aws.oss.sonatype.org/content/repositories/snapshots/software/aws/rds/aws-mysql-jdbc/) and let us know if the issue persists. Thank you.
Hi @flauschie, we are looking into this issue. To help us with our investigation, are you able to provide us with the following? - a full stacktrace of the error...
Hi @flauschie, we are still unable to reproduce the issue, however we recently merged fix #364 that may impact this issue. Is it possible to run your integration tests with...