Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 26, 2024
1 parent 9f5c6d9 commit d1bdc94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/restate/service/protocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ enum ServiceProtocolVersion {
SERVICE_PROTOCOL_VERSION_UNSPECIFIED = 0;
// initial service protocol version
V1 = 1;
// Added ErrorMessage.next_retry_at, StartMessage.retry_count_since_last_stored_entry and StartMessage.duration_since_last_stored_entry
// Added
// * Entry retry mechanism: ErrorMessage.next_retry_interval, StartMessage.retry_count_since_last_stored_entry and StartMessage.duration_since_last_stored_entry
V2 = 2;
}

Expand Down

0 comments on commit d1bdc94

Please sign in to comment.