-
-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Labels
component: rdsRDS integration related issueRDS integration related issuetype: featureIntegration with a new AWS service or bigger change in existing integrationIntegration with a new AWS service or bigger change in existing integration
Milestone
Description
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 for
readOnlyconnections (transactions started with@Transactional(readOnly=true)
Additionally we need to support:
Both can be achieved with official drivers:
Regarding read replicas support, in addition to what has been offered in 2.x we must support:
- ability to choose connection pool (in 2.x only Tomcat pool is supported)
- ability to choose JDBC driver
- Add support for passing query parameters to JDBC url #679
- Aurora
To research:
- should we support RDS proxy?
- should we support Aurora Serverless?
psoares, pako-grape, ihab98, serhiikartashov and dhodja92
Metadata
Metadata
Assignees
Labels
component: rdsRDS integration related issueRDS integration related issuetype: featureIntegration with a new AWS service or bigger change in existing integrationIntegration with a new AWS service or bigger change in existing integration