aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-10 01:36:23 -0700
committerchrislu <chris.lu@gmail.com>2022-07-28 23:24:38 -0700
commit8060fdcac56bae36b53764d7ad23a142a865e67d (patch)
tree319d671fa6628fcde7003f18293f8088ae90d187 /other
parentf25e273e328a9959f4dcef13c5f78e427c0bf7a0 (diff)
downloadseaweedfs-8060fdcac56bae36b53764d7ad23a142a865e67d.tar.xz
seaweedfs-8060fdcac56bae36b53764d7ad23a142a865e67d.zip
remove old code
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/proto/filer.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 6277c3c6e..3f0ebe33c 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -60,12 +60,6 @@ service SeaweedFiler {
rpc SubscribeLocalMetadata (SubscribeMetadataRequest) returns (stream SubscribeMetadataResponse) {
}
- rpc KeepConnected (stream KeepConnectedRequest) returns (stream KeepConnectedResponse) {
- }
-
- rpc LocateBroker (LocateBrokerRequest) returns (LocateBrokerResponse) {
- }
-
rpc KvGet (KvGetRequest) returns (KvGetResponse) {
}