aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-08-01 14:45:22 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-08-01 14:45:22 +0500
commit3c75479e2b0554778f70e417130236dbf2eac031 (patch)
treefe62db8d4facbd3638640889ec1fc43bff600017 /other/java
parentc0d92f61a1b22980f755c55b73ab0ea5cf4e2eaf (diff)
parent036566629ac327deaa66a296387901b56b6fb325 (diff)
downloadseaweedfs-3c75479e2b0554778f70e417130236dbf2eac031.tar.xz
seaweedfs-3c75479e2b0554778f70e417130236dbf2eac031.zip
Merge branch 'master' into gentle_vacuum
# Conflicts: # weed/pb/messaging_pb/messaging.pb.go # weed/pb/messaging_pb/messaging_grpc.pb.go # weed/pb/s3_pb/s3.pb.go # weed/pb/volume_server_pb/volume_server.pb.go # weed/server/volume_grpc_vacuum.go
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto8
1 files changed, 1 insertions, 7 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 6277c3c6e..d815cfeb4 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package filer_pb;
-option go_package = "github.com/chrislusf/seaweedfs/weed/pb/filer_pb";
+option go_package = "github.com/seaweedfs/seaweedfs/weed/pb/filer_pb";
option java_package = "seaweedfs.client";
option java_outer_classname = "FilerProto";
@@ -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) {
}