Skip to content

Commit d2a925b

Browse files
Update README.md
1 parent 696d0c3 commit d2a925b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Implemented a replicated distributed service using a primary-backup protocol, leveraging state machine replication to maintain consistency across multiple nodes.
2-
Built multi-threaded servers and clients that share key-value store while handling node failures.
3-
Implemented a server recovery mechanism where failed servers are repaired by restarting them with the same configurations while ensuring data consistency by synchronizing repaired servers with live servers before rejoining them.
1+
- Implemented a replicated distributed service using a primary-backup protocol, leveraging state machine replication to maintain consistency across multiple nodes.
2+
- Built multi-threaded servers and clients that share key-value store while handling node failures.
3+
- Implemented a server recovery mechanism where failed servers are repaired by restarting them with the same configurations while ensuring data consistency by synchronizing repaired servers with live servers before rejoining them.

0 commit comments

Comments
 (0)