Skip to content

Commit 84e4655

Browse files
authored
Deprecate DeprecateNamespace API (#130)
1 parent b56dcec commit 84e4655

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ message UpdateNamespaceResponse {
123123
bool is_global_namespace = 5;
124124
}
125125

126+
// Deprecated.
126127
message DeprecateNamespaceRequest {
127128
string namespace = 1;
128129
string security_token = 2;
129130
}
130131

132+
// Deprecated.
131133
message DeprecateNamespaceResponse {
132134
}
133135

temporal/api/workflowservice/v1/service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ service WorkflowService {
6868
// DeprecateNamespace is used to update state of a registered namespace to DEPRECATED. Once the namespace is deprecated
6969
// it cannot be used to start new workflow executions. Existing workflow executions will continue to run on
7070
// deprecated namespaces.
71+
// Deprecated.
7172
rpc DeprecateNamespace (DeprecateNamespaceRequest) returns (DeprecateNamespaceResponse) {
7273
}
7374

0 commit comments

Comments
 (0)