aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/master.proto
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-11-03 01:09:48 -0700
committerChris Lu <chris.lu@gmail.com>2021-11-03 01:09:48 -0700
commitaf71ae11aa29350a60ed7d3b9a16276a06ba9dcc (patch)
treea59876d14e41191709169276cc18daadeddef820 /weed/pb/master.proto
parentab97b17e62503066598f9cf9ecaf4dba4ee2d6d8 (diff)
downloadseaweedfs-af71ae11aa29350a60ed7d3b9a16276a06ba9dcc.tar.xz
seaweedfs-af71ae11aa29350a60ed7d3b9a16276a06ba9dcc.zip
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
Diffstat (limited to 'weed/pb/master.proto')
-rw-r--r--weed/pb/master.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto
index 11537a4b9..5b54b690a 100644
--- a/weed/pb/master.proto
+++ b/weed/pb/master.proto
@@ -9,7 +9,7 @@ option go_package = "github.com/chrislusf/seaweedfs/weed/pb/master_pb";
service Seaweed {
rpc SendHeartbeat (stream Heartbeat) returns (stream HeartbeatResponse) {
}
- rpc KeepConnected (stream KeepConnectedRequest) returns (stream VolumeLocation) {
+ rpc SubscribeVolumeLocationUpdates (stream SubscribeVolumeLocationUpdatesRequest) returns (stream VolumeLocation) {
}
rpc LookupVolume (LookupVolumeRequest) returns (LookupVolumeResponse) {
}
@@ -126,7 +126,7 @@ message SuperBlockExtra {
ErasureCoding erasure_coding = 1;
}
-message KeepConnectedRequest {
+message SubscribeVolumeLocationUpdatesRequest {
string client_type = 1;
string client_address = 3;
string version = 4;