Browse Source

doc: add proposal into glossary.md

Xiang Li 10 years ago
parent
commit
c599e81d46
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Documentation/glossary.md

+ 4 - 0
Documentation/glossary.md

@@ -22,6 +22,10 @@ The node in each member follows raft consensus protocol to replicate logs. Clust
 
 Peer is another member of the same cluster.
 
+### Proposal
+
+A proposal is a request (for example a write request, a configuration change request) that needs to go through raft protocol.
+
 ### Client
 
 Client is a caller of the cluster's HTTP API.