RDS Enhancements Proposal #82
Replies: 4 comments 1 reply
-
This ⬆️ is up for discussion so if you have an idea or there is something related to RDS integration you believe we should include - your comments are very welcome! |
Beta Was this translation helpful? Give feedback.
-
It would be a good idea to mention about the configuration support towards multiple datasources against a singe RDS instance. Here the usecase is of an application which is connecting to multiple databases within a single instance of RDS. Would be good to align as Spring Boot currently does https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-two-datasources |
Beta Was this translation helpful? Give feedback.
-
We already talked about this, but leaving my comments just for the record. IMO this module can be removed after the evaluation of RDS Proxy Why?
|
Beta Was this translation helpful? Give feedback.
-
Hi, Any update on integration with |
Beta Was this translation helpful? Give feedback.
-
From spring-cloud-aws created by maciejwalkowiak: spring-attic/spring-cloud-aws#610
Few ideas on how RDS integration could be improved:
RDS integration was created before Spring Boot. For user experienced with Spring Boot datasource configuration, using Spring Cloud AWS RDS integration may not be as seamless as it could be. Things that Spring Cloud AWS should provide:
DatasourceProperties
New features:
Configuring RDS integration could look following:
I am not sure if we should keep supporting multiple database instance or also drop it together with Spring Boot alignment (once Spring Boot has opinionated view on configuring multiple databases we could align with it too).
Beta Was this translation helpful? Give feedback.
All reactions