Skip to content
Merged
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: 2 additions & 0 deletions temporal/api/operatorservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ message AddOrUpdateRemoteClusterRequest {
// Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
// on update, the existing HTTP address will be removed.
string frontend_http_address = 3;
// Controls whether replication streams are active.
bool is_replication_enabled = 4;
}

message AddOrUpdateRemoteClusterResponse {
Expand Down
Loading