From af71ae11aa29350a60ed7d3b9a16276a06ba9dcc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 3 Nov 2021 01:09:48 -0700 Subject: master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates() --- other/java/client/src/main/proto/filer.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 921ffc674..94d522643 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -57,7 +57,7 @@ service SeaweedFiler { rpc SubscribeLocalMetadata (SubscribeMetadataRequest) returns (stream SubscribeMetadataResponse) { } - rpc KeepConnected (stream KeepConnectedRequest) returns (stream KeepConnectedResponse) { + rpc SubscribeVolumeLocationUpdates (stream SubscribeVolumeLocationUpdatesRequest) returns (stream SubscribeVolumeLocationUpdatesResponse) { } rpc LocateBroker (LocateBrokerRequest) returns (LocateBrokerResponse) { @@ -341,12 +341,12 @@ message LogEntry { bytes data = 3; } -message KeepConnectedRequest { +message SubscribeVolumeLocationUpdatesRequest { string name = 1; uint32 grpc_port = 2; repeated string resources = 3; } -message KeepConnectedResponse { +message SubscribeVolumeLocationUpdatesResponse { } message LocateBrokerRequest { -- cgit v1.2.3