Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ breaking:
- temporal/api/enums/v1/failed_cause.proto
# TODO: remove this once the changes with WorkflowExecutionExtendedInfo.pause_info is merged
- temporal/api/workflow/v1/message.proto
# TODO: remove this once is_replication_enabled -> enable_replication rename is merged
- temporal/api/operatorservice/v1/request_response.proto
lint:
use:
- DEFAULT
Expand Down
4 changes: 4 additions & 0 deletions openapi/openapiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10642,6 +10642,10 @@
"isConnectionEnabled": {
"type": "boolean",
"description": "A flag to indicate if a connection is active."
},
"isReplicationEnabled": {
"type": "boolean",
"description": "A flag to indicate if replication is enabled."
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions temporal/api/operatorservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ message ClusterMetadata {
int32 history_shard_count = 5;
// A flag to indicate if a connection is active.
bool is_connection_enabled = 6;
// A flag to indicate if replication is enabled.
bool is_replication_enabled = 8;
}

message GetNexusEndpointRequest {
Expand Down
Loading