Sfoglia il codice sorgente

doc: add proposal into glossary.md

Xiang Li 10 anni fa
parent
commit
c599e81d46
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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.
 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
 
 
 Client is a caller of the cluster's HTTP API.
 Client is a caller of the cluster's HTTP API.