-
-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Labels
component: rdsRDS integration related issueRDS integration related issuetype: enhancementSmaller enhancement in existing integrationSmaller enhancement in existing integration
Milestone
Description
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?
dlamblin, manosprom, atsu85, yujiorama, WtfJoke and 11 more
Metadata
Metadata
Assignees
Labels
component: rdsRDS integration related issueRDS integration related issuetype: enhancementSmaller enhancement in existing integrationSmaller enhancement in existing integration