Internal state persistence #27

Merged
natercio merged 15 commits from internal-state-persistence into main 2026-08-03 00:33:07 +01:00
Showing only changes of commit c08261c1fb - Show all commits
+1 -1
View File
@@ -128,7 +128,7 @@ func BuildReport(ctx context.Context, reader RecordReader, writer ReportWriter,
} }
if !rec.Kind().Valid() { if !rec.Kind().Valid() {
return fmt.Errorf("cannot process Kind(%d)", rec.Kind()) return fmt.Errorf("found invalid Kind(%d)", rec.Kind())
} }
lastTimestamp = rec.Timestamp() lastTimestamp = rec.Timestamp()