Is there any way for Temporal to take advantage of a Postgres Read Replica?

We’re using an Aurora cluster with 1x writer, 1x reader. Main reason is for fast failovers, but curious if there is any way to configure Temporal to also use the read replica when it makes sense for it to do so?

If I understand question, from config side you can specify single primary persistence endpoint for both reads and writes. Can something like this be accomplished via for example rds proxy or similar?

RDS proxy doesn’t automatically split out read/write traffic (although there may be proxies that can do that). I was just curious, wanted to make sure we’re not missing a setting here