Skip to content

Commit dcde027

Browse files
authored
Merge pull request #880 from Migorithm/doc/readme4
doc: readme added
2 parents 7b29084 + 938cfc3 commit dcde027

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,15 @@ OK
103103
```
104104

105105
## ReplicatedLogs
106-
Duva includes two pluggable replicated log implementations:
106+
Our replication layer ensures strong consistency and reliability in distributed systems by managing logs across both in-memory buffers and persistent storage.
107+
108+
Key highlights:
109+
- Reliable replication: Logs are batched and synchronized efficiently between leader and followers.
110+
- Consistency guarantees: Even during leader elections or system recovery, committed entries remain safe.
111+
- Performance-conscious design: In-memory buffering improves throughput while maintaining system durability.
112+
- This approach strengthens system resilience and ensures that critical operations remain consistent and available, even under failure scenarios.
107113

114+
Duva includes two pluggable replicated log implementations:
108115
### In-Memory Log
109116
- Lightweight and fast
110117
- Ideal for testing or ephemeral environments

0 commit comments

Comments
 (0)