Skip to content

Commit 8a8d41b

Browse files
committed
Document failover version
1 parent c43384d commit 8a8d41b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

temporal/api/history/v1/message.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,8 @@ message HistoryEvent {
767767
int64 event_id = 1;
768768
google.protobuf.Timestamp event_time = 2;
769769
temporal.api.enums.v1.EventType event_type = 3;
770-
// TODO: What is this? Appears unused by SDKs
770+
// Failover version. Defines alternate history branches that arise in multi-cluster configurations (e.g.
771+
// multi-region namespaces).
771772
int64 version = 4;
772773
// TODO: What is this? Appears unused by SDKs
773774
int64 task_id = 5;

0 commit comments

Comments
 (0)