Skip to content

Commit

Permalink
Update retry count comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 27, 2024
1 parent 0d35aad commit 0d6b476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/restate/service/protocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ message StartMessage {

// Retry count since the last stored entry.
//
// Please not this count might not be accurate, as it's not durably stored,
// thus it's susceptible to Restate's crashes/leader election changes.
// Please note that this count might not be accurate, as it's not durably stored,
// thus it might get reset in case Restate crashes/changes leader.
uint32 retry_count_since_last_stored_entry = 7;

// Duration since the last stored entry, in milliseconds.
Expand Down

0 comments on commit 0d6b476

Please sign in to comment.