Appwrite real‑time replication latency spikes under high write load
Diagnosing replication lag in Appwrite’s real‑time database The goal is to understand why replication lag increases when scaling Appwrite’s real‑time database to multiple nodes. The replication mechanism depends on a message broker (Redis Pub/Sub or RabbitMQ) to forward write events, and high write throughput can fill the broker’s queue, causing a backlog th