Dave Cramer
                                            Dave Cramer
                                        
                                    @OrangeDog I'm unclear as to what you are asking. If you are using a pool I think the pool has to deal with these issues, but perhaps you could clarify...
Thanks for the report!
@leeabuan Can you provide some more information ? Are you doing 1M inserts in a loop ?
Sorry the delayed response. We investigating the source of the overhead. We should have an update in the next 2 weeks. Thanks for your patience.
@abedali I've been able to confirm that the following code without Hikari works. Can you test it please? ```import java.sql.*; import java.util.Properties; import software.aws.rds.jdbc.mysql.shading.com.mysql.cj.jdbc.ha.plugins.AWSSecretsManagerPluginFactory; public class TestSecretsManager { private static...
Yes, I put the credentials in ~/.aws/credentials Thanks for checking. I'll work on it with Hikari
> I confirm that 'autoReconnect=true' is the culprit good work!
Thanks for the report. Do. you have any more information to share with us to help diagnose this?
Did you implement the HikariCPSQLException interface as suggested in the https://github.com/awslabs/aws-mysql-jdbc/blob/main/README.md ?
@agentzh Yup that example works fine. However with a real URI that is too large it doesn't catch it. I am using this in a reverse proxy and actually providing...