aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
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) {
}