Thomas Eyde

Results 3 comments of Thomas Eyde

I cloned the repo and removed everything related to stream metadata, which includes max age handling, filtering and deletions on the read side, and experienced a 100x performance improvement.

Setting max age and count is something you do explicit on the write side by calling `IStreamStore.SetStreamMetadata`. It's strange that these values are not only acted upon on the read...

Is there a NuGet package for .NET Core?