Skip to content

RDS Cluster Support #50

@maciejwalkowiak

Description

@maciejwalkowiak

From spring-cloud-aws created by davidsloan-productlab: spring-attic/spring-cloud-aws#356

Instead of an RDS instance I'm trying to use an RDS Aurora cluster.

I can use an instance within the cluster using
@EnableRdsInstance

However when trying to use the cluster itself I see an exception with this as the cause:
No database instance with id:'my-cluster-name' found. Please specify a valid db instance

Looking into the code, I can see that in AmazonRdsDataSourceFactoryBean, only instances are queried using AmazonRDS.describeDBInstances

It would be good to either amend this to support a cluster, or introduce a new annotation
@EnableRdsCluster

What do you think the chances are for RDS cluster support in Spring Cloud AWS?

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: rdsRDS integration related issuetype: enhancementSmaller enhancement in existing integration

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions