Read Replicas and Spring Data Part 1: Configuring the Databases

Read replicas

This is a series of blog posts on our quest to increase our application's performance by utilizing read replicas.

For this project, our goal is to set up our spring data application and use read repositories for writes and
repositories based on read replicas for reads.