Is there a way in Spring Data R2DBC to setup a second datasource as slave read-only ?
Asked
Active
Viewed 134 times
0
-
Here's some reading material: https://blog.pchudzik.com/201911/read-from-replica/ – Jurgen Rutten Oct 20 '22 at 08:16
1 Answers
0
It is easy to configure multi R2dbc connections in the same application.
Check my example project: https://github.com/hantsy/spring-puzzles/blob/master/multi-r2dbc-connectionfactorie

Hantsy
- 8,006
- 7
- 64
- 109