Skip to content

Commit 2f980f7

Browse files
authored
Add persistence store info to GetClusterInfoResponse (#120)
1 parent 760fa12 commit 2f980f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,8 @@ message GetClusterInfoResponse {
588588
temporal.api.version.v1.VersionInfo version_info = 4;
589589
string cluster_name = 5;
590590
int32 history_shard_count = 6;
591+
string persistence_store = 7;
592+
string visibility_store = 8;
591593
}
592594

593595
message ListTaskQueuePartitionsRequest {

0 commit comments

Comments
 (0)