diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-18 15:17:27 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-18 15:17:27 -0700 |
| commit | 076c8bd3bcb6f76c84a8df50aff923d493a6bb9d (patch) | |
| tree | c04613e01216887c2efef3452d217e621832a04b /weed/pb/messaging.proto | |
| parent | 5d346d44bdec30d632840fb30c520cc2a334e004 (diff) | |
| download | seaweedfs-076c8bd3bcb6f76c84a8df50aff923d493a6bb9d.tar.xz seaweedfs-076c8bd3bcb6f76c84a8df50aff923d493a6bb9d.zip | |
filer master start up with default ip address instead of just localhost
Diffstat (limited to 'weed/pb/messaging.proto')
| -rw-r--r-- | weed/pb/messaging.proto | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/weed/pb/messaging.proto b/weed/pb/messaging.proto index 1075af257..657342681 100644 --- a/weed/pb/messaging.proto +++ b/weed/pb/messaging.proto @@ -74,11 +74,6 @@ message PublishRequest { int32 partition = 3; } InitMessage init = 1; - message RawData { - bytes key = 1; // Message key - bytes value = 2; // Message payload - map<string, bytes> headers = 3; // Message headers - } RawData data = 2; } |
