mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-19 21:56:54 +00:00
include key in LogEntry
This commit is contained in:
@@ -364,6 +364,7 @@ message LogEntry {
|
||||
int64 ts_ns = 1;
|
||||
int32 partition_key_hash = 2;
|
||||
bytes data = 3;
|
||||
bytes key = 4;
|
||||
}
|
||||
|
||||
message KeepConnectedRequest {
|
||||
|
||||
Reference in New Issue
Block a user