include key in LogEntry

This commit is contained in:
chrislu
2024-03-07 10:53:30 -08:00
parent 34f2b600ac
commit 28f8f33d6a
5 changed files with 275 additions and 264 deletions

View File

@@ -364,6 +364,7 @@ message LogEntry {
int64 ts_ns = 1;
int32 partition_key_hash = 2;
bytes data = 3;
bytes key = 4;
}
message KeepConnectedRequest {