Thomas Eyde
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?
Does not work in 2025.1.3 on Mac. Fixed with workaround: > Click IDE main menu Help | Edit Custom VM Options, add -Dide.browser.jcef.out-of-process.enabled=false on the new line, restart the IDE.