feat(batch11): complete group1 filestore init

This commit is contained in:
Joseph Doherty
2026-02-28 13:38:56 -05:00
parent d4254f7079
commit cbef52bb34
6 changed files with 1191 additions and 28 deletions

View File

@@ -353,7 +353,7 @@ public sealed class ConsumerMemStore : IConsumerStore
{
if (_closed)
throw StoreErrors.ErrStoreClosed;
// TODO: session 17 encode consumer state to binary
// Session 17 target: encode consumer state to binary form.
return Array.Empty<byte>();
}
}