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

@@ -98,6 +98,7 @@ func (logBuffer *LogBuffer) AddToBuffer(partitionKey, data []byte, processingTsN
TsNs: processingTsNs,
PartitionKeyHash: util.HashToInt32(partitionKey),
Data: data,
Key: partitionKey,
}
logEntryData, _ := proto.Marshal(logEntry)