Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <maruszaktomasz@gmail.com>
  • Loading branch information
zarusz committed Sep 13, 2023
1 parent 6b069c0 commit aae715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ In Raft algorithm each log entry has an:
- Index that represents its position and defines the order of when it happend (starts from 1)
- Term that represents a virtual integer time that is advanced with every leader election (starts from 1).

In the case of a distributed counter such commands could be `IncrementCounterCommand`, `DecrementCounterCommand`, `ResetCounterCommand`, while the state (state machine) represents the current counter value as observed by the leader (and other members of the cluster).
In the case of a distributed counter such commands could be `IncrementCounterCommand`, `DecrementCounterCommand`, `ResetCounterCommand`, while the state (state machine) represents the current counter value as observed by the leader (and eventually other members of the cluster).

### Logs Compaction

Expand Down

0 comments on commit aae715e

Please sign in to comment.