From 28f8f33d6a176544a1bda6df2b18012e83d87cfe Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 7 Mar 2024 10:53:30 -0800 Subject: include key in LogEntry --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') 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 { -- cgit v1.2.3