diff options
| author | chrislu <chris.lu@gmail.com> | 2024-03-07 10:53:30 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-03-07 10:53:30 -0800 |
| commit | 28f8f33d6a176544a1bda6df2b18012e83d87cfe (patch) | |
| tree | 29c412b3f965903e19e92810b0be19bf77b51ebf /other | |
| parent | 34f2b600ac5d4850e5f4f6d9d0ce0273150542cf (diff) | |
| download | seaweedfs-28f8f33d6a176544a1bda6df2b18012e83d87cfe.tar.xz seaweedfs-28f8f33d6a176544a1bda6df2b18012e83d87cfe.zip | |
include key in LogEntry
Diffstat (limited to 'other')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 02ba7c65f..807430c5d 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -364,6 +364,7 @@ message LogEntry { int64 ts_ns = 1; int32 partition_key_hash = 2; bytes data = 3; + bytes key = 4; } message KeepConnectedRequest { |
