-
I'm developing an application that connects to PostgreSQL via JDBC using Spring Boot and HikariCP.
When attempting to stop the application (sending SIGINT) while a long-running query is active, it …
-
Any examples how to configure the Secrets Manager client instead of using the default one? In my use-case I would like to change the number of max error retries in the client configuration.
Is the …
-
### Describe the bug
In an environment using the AWS wrapper driver, we've encountered an intermittent error where calling `setReadOnly` at the start or end of a transaction triggers the Aurora wra…
-
I am using your library with spring boot.
```
implementation("com.amazonaws.secretsmanager:aws-secretsmanager-jdbc:2.0.2")
```
I have the following settings in my `application.yaml`:
```
spri…
-
**Is your feature request related to a problem? Please describe.**
When a db failover happens in Aurora clusters for _some_ time until DNS gets reconfigured any connections are broken.
Potential…
-
## Driver version
2.1.0.29
## Redshift version
## Client Operating System
Linux Ubuntu 22.04.4 LTS
## JAVA/JVM version
openjdk 21.0.3 2024-04-16 LTS
OpenJDK Runtime Environment Te…
-
Spring Boot could resolve JDBC driver class names for AWS variants of MySQL and PostgreSQL drivers:
- https://github.com/awslabs/aws-mysql-jdbc (production ready) - for `jdbc:mysql:aws:` prefix
-…
-
This issue collects all the requirements for RDS support in Spring Cloud AWS 3.0 (based on AWS SDK v2).
The key feature in RDS integration is support for read replicas:
- use RDS read replicas f…
-
### Describe the bug
Receiving Random Error and a potential degraded connection
```
log message: The active SQL connection has changed due to a connection failure. Please re-configure session stat…
-
It would be nice if there was driver configuration to handle a backup region in order to provide high availability using replicated secrets.
@willtong1234 proposes it nicely in this comment referen…