标签: postgresql spring-data-jpa
我有一个Spring应用程序,可以从Postgresql DB中读取/写入。如何配置驱动程序,使其自动路由只读事务以读取副本,并在副本掉线的情况下使用master。
我对文档https://jdbc.postgresql.org/documentation/head/connect.html的连接故障转移感到困惑。
是否有可能将只读事务自动重定向到副本的R / W连接池?