I am using spring data r2dbc in my new project and need to connect multiple data sources like A data source and B data source. Is there a way to connect multiple data sources using r2dbc? Could I get an example or a document if there is a way?
My stacks are below:
- Spring Boot 2.3.0.M4
- Spring WebFlux
- Spring Data R2DBC