Skip to content

Commit

Permalink
Make sure to document protocol version V3
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Nov 15, 2024
1 parent 0e6f6c8 commit 1e43f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/restate/service/protocol.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ enum ServiceProtocolVersion {
// * New entry to cancel invocations: CancelInvocationEntryMessage
// * New entry to retrieve the invocation id: GetCallInvocationIdEntryMessage
// * New field to set idempotency key for Call entries
// * New entry to attach to existing invocation: AttachInvocationEntryMessage
// * New entry to get output of existing invocation: GetInvocationOutputEntryMessage
V3 = 3;
}

Expand Down

0 comments on commit 1e43f82

Please sign in to comment.