You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the aws-advanced-jdbc-wrapper in a SpringBoot 3.4.4 application that connects to an RDS Aurora Postgres cluster with 2 replicas. I am using aws-advanced-jdbc-wrapper:2.5.6
We have a 3 tier architecture - Controller-Service-Repository - with all service classes having the annotation @Transactional ( readOnly = true) and only methods that alter the data have @Transactional
Configuration presets starting with the SF_ prefix are optimized for Spring Framework/Boot applications. These presets correspond to the same presets with no such prefix, but have the Read/Write Splitting Plugin disabled.
Hello team,
I am trying to use the aws-advanced-jdbc-wrapper in a
SpringBoot 3.4.4
application that connects to an RDS Aurora Postgres cluster with 2 replicas. I am usingaws-advanced-jdbc-wrapper:2.5.6
We have a 3 tier architecture - Controller-Service-Repository - with all service classes having the annotation
@Transactional ( readOnly = true)
and only methods that alter the data have@Transactional
Here is some of the configuration
DATABASE_HOSTNAME
-> points to the writerAny pointer to what I might be doing wrong?
We have some E2E tests that perform both read and write operations, but in the AWS RDS Performance insights I only see traffic on the writer replica.
The text was updated successfully, but these errors were encountered: