sk0x50 commented on a change in pull request #419:
URL: https://github.com/apache/ignite-3/pull/419#discussion_r739231234
##########
File path: modules/raft/README.md
##########
@@ -0,0 +1,76 @@
+# Ignite module for RAFT (Reliable, Replicated, Redundant, And Fault-Tolerant)
protocol implementation.
+
+This module contains a fork of a JRaft project <sup id="a1">[1](#f1)</sup>
+
+## Top level overview
+
+The main entry point is `JRaftServerImpl`, which starts server node for
handling RAFT messages.
+Responsble for managing one or many RAFT replication groups, see `NodeImpl`.
Review comment:
```suggestion
Responsible for managing one or many RAFT replication groups, see `NodeImpl`.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]