We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43384d commit 8a8d41bCopy full SHA for 8a8d41b
temporal/api/history/v1/message.proto
@@ -767,7 +767,8 @@ message HistoryEvent {
767
int64 event_id = 1;
768
google.protobuf.Timestamp event_time = 2;
769
temporal.api.enums.v1.EventType event_type = 3;
770
- // TODO: What is this? Appears unused by SDKs
+ // Failover version. Defines alternate history branches that arise in multi-cluster configurations (e.g.
771
+ // multi-region namespaces).
772
int64 version = 4;
773
// TODO: What is this? Appears unused by SDKs
774
int64 task_id = 5;
0 commit comments