Skip to content

Commit fea76aa

Browse files
dandavisonbergundy
andcommitted
Specify that it's namespace failover version
Co-authored-by: Roey Berman <[email protected]>
1 parent 2d226f1 commit fea76aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

openapi/openapiv2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@
45704570
"version": {
45714571
"type": "string",
45724572
"format": "int64",
4573-
"description": "Failover version. Defines alternate history branches that can arise in multi-cluster\nconfigurations (e.g. multi-region namespaces)."
4573+
"description": "Namespace failover version. Defines alternate history branches that can arise in\nmulti-cluster configurations (e.g. multi-region namespaces)."
45744574
},
45754575
"taskId": {
45764576
"type": "string",

openapi/openapiv3.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2966,8 +2966,8 @@ components:
29662966
version:
29672967
type: string
29682968
description: |-
2969-
Failover version. Defines alternate history branches that can arise in multi-cluster
2970-
configurations (e.g. multi-region namespaces).
2969+
Namespace failover version. Defines alternate history branches that can arise in
2970+
multi-cluster configurations (e.g. multi-region namespaces).
29712971
taskId:
29722972
type: string
29732973
description: 'TODO: What is this? Appears unused by SDKs'

temporal/api/history/v1/message.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -767,8 +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-
// Failover version. Defines alternate history branches that can arise in multi-cluster
771-
// configurations (e.g. multi-region namespaces).
770+
// Namespace failover version. Defines alternate history branches that can arise in
771+
// multi-cluster configurations (e.g. multi-region namespaces).
772772
int64 version = 4;
773773
// TODO: What is this? Appears unused by SDKs
774774
int64 task_id = 5;

0 commit comments

Comments
 (0)