File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,11 +310,11 @@ DynaRust uses eventual consistency via state synchronization:
310310 +------------------------------------+
311311 │
312312 │ periodic
313- │ snapshot & WAL
313+ │ snapshot
314314 ↓
315315 +-----------------------+
316316 | Disk Persistence |
317- | (cold_save, WAL ) |
317+ | (cold_save) |
318318 | 💾 |
319319 +-----------------------+
320320
@@ -332,7 +332,7 @@ Legend:
332332 • In‐Memory Store: local hashmaps of VersionedValue {value,version,timestamp,owner}.
333333 • Replication Module: fan‑out writes to peers using ` X-Internal-Request` .
334334 • Other Nodes: receive internal requests, update memstore (no auth, no events).
335- • Disk Persistence: periodic snapshots + WAL for durability.
335+ • Disk Persistence: periodic snapshots
336336 • Cluster Membership: heartbeat sync via broadcaster tasks for node discovery.
337337 • SSE Subscriptions: real‐time ` EventSource` streams on ` /subscribe/{key}` .
338338
You can’t perform that action at this time.
0 commit comments