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 committed Mar 21, 2024
1 parent 2d226f1 commit fea76aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openapi/openapiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4570,7 +4570,7 @@
"version": {
"type": "string",
"format": "int64",
"description": "Failover version. Defines alternate history branches that can arise in multi-cluster\nconfigurations (e.g. multi-region namespaces)."
"description": "Namespace failover version. Defines alternate history branches that can arise in\nmulti-cluster configurations (e.g. multi-region namespaces)."
},
"taskId": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions openapi/openapiv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2966,8 +2966,8 @@ components:
version:
type: string
description: |-
Failover version. Defines alternate history branches that can arise in multi-cluster
configurations (e.g. multi-region namespaces).
Namespace failover version. Defines alternate history branches that can arise in
multi-cluster configurations (e.g. multi-region namespaces).
taskId:
type: string
description: 'TODO: What is this? Appears unused by SDKs'
Expand Down
4 changes: 2 additions & 2 deletions temporal/api/history/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,8 @@ 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
// configurations (e.g. multi-region namespaces).
// 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
int64 task_id = 5;
Expand Down

0 comments on commit fea76aa

Please sign in to comment.