atlassian-labs / db-replica

Automatically chooses between database connections to read-write main or read-only replica
Apache License 2.0
10 stars 12 forks source link

JCES-2328: Add support for `clusterUri` in `AuroraMultiReplicaConsist… #139

Closed wyrzyk closed 2 years ago

wyrzyk commented 2 years ago

…ency`

By default, the cluster URI is obtained from the provided connection in isConsistent method. The provided connection doesn't have to use cluster URI. The new method allows setting the URI explicitly.