Skip to content

Commit 34d67c8

Browse files
Update content/operate/rs/databases/active-active/develop/app-failover-active-active.md
Co-authored-by: Rachel Elledge <[email protected]>
1 parent 1244516 commit 34d67c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/operate/rs/databases/active-active/develop/app-failover-active-active.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This guide explains how to implement robust failover and failback mechanisms for
1919

2020
Active-Active databases don't include built-in application failover mechanisms. Instead, your application must:
2121

22-
1. **Monitor** local and remote replicas for availability
23-
2. **Detect** failures quickly and accurately
24-
3. **Failover** to a healthy remote replica when needed
25-
4. **Failback** to the local replica when it recovers
22+
1. Monitor local and remote replicas for availability.
23+
2. Detect failures quickly and accurately.
24+
3. Failover to a healthy remote replica when needed.
25+
4. Failback to the local replica when it recovers.
2626

2727
{{< warning >}}
2828
**Data consistency considerations**: Active-Active replication is asynchronous. Applications that failover to another replica may miss recent write operations, which can impact data consistency. If the failed replica saved the write operations in persistent storage, then the write operations are processed when the failed replica recovers.

0 commit comments

Comments
 (0)