Rasmus Mikkelsen
Rasmus Mikkelsen
As part of the 1.0 release, the documentation is moved into the main repository to better align the code with the documentation. Going forward, pull requests that warrant a documentation...
PoC a fix for https://github.com/eventflow/EventFlow/issues/926 ``` IEventUpgrader.UpgradeAsync ```
Deadlocks for MSSQL read models have been observed in production systems and a fix seems to be increasing the "Cost Threshold For Parallelism" in SQL Server. Consider if EventFlow should...
Until Docker integration testing is ready (#425), maybe setup a free plan using https://www.cloudkarafka.com/plans.html Use https://github.com/confluentinc/confluent-kafka-dotnet as its the recommended client from Microsoft.
Alternative to implementation in #819
The 1.0 release focus primarily on - Standardized use of `Microsoft.Extensions` packages, kill the custom implementations - Only support LTS versions of .NET (Core) and removing support .NET Framework. -...