feat(batch11): complete group1 filestore init
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user