Skip to content

Commit

Permalink
Document failover version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Mar 21, 2024
1 parent c43384d commit 88a476b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion temporal/api/history/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,8 @@ message HistoryEvent {
int64 event_id = 1;
google.protobuf.Timestamp event_time = 2;
temporal.api.enums.v1.EventType event_type = 3;
// TODO: What is this? Appears unused by SDKs
// Failover version. Defines alternate history branches that can arise in multi-cluster
// configurations (e.g. multi-region namespaces).
int64 version = 4;
// TODO: What is this? Appears unused by SDKs
int64 task_id = 5;
Expand Down

0 comments on commit 88a476b

Please sign in to comment.