Skip to content

Commit

Permalink
Specify that it's namespace failover version
Browse files Browse the repository at this point in the history
Co-authored-by: Roey Berman <[email protected]>
  • Loading branch information
dandavison and bergundy authored Mar 21, 2024
1 parent 2d226f1 commit 22da891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal/api/history/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ message HistoryEvent {
int64 event_id = 1;
google.protobuf.Timestamp event_time = 2;
temporal.api.enums.v1.EventType event_type = 3;
// Failover version. Defines alternate history branches that can arise in multi-cluster
// Namespace 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
Expand Down

0 comments on commit 22da891

Please sign in to comment.