Skip to content

Integration with RDS #322

@maciejwalkowiak

Description

@maciejwalkowiak

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 readOnly connections (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?

Metadata

Metadata

Assignees

Labels

component: rdsRDS integration related issuetype: featureIntegration with a new AWS service or bigger change in existing integration

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions