-
### Enhancement Description
It would be good if the framework can prevent developers from (or at least warn them about) using `@EventHandler` and `@EventSourcedHandler` annotations in the wrong co…
-
When there is an exception during `ReadStateFromStorage` in` LogViewAdaptor.ReadAsync` which is unrecoverable,
the `JournalledGrain` ends up trying to load in an endless loop.
https://github.com/d…
-
Hi
Im trying to add new projection to an exisitng project (sample from eventsourcing from this repo) and my assumption was that if I set StartTime (let say DateTime.MinValue.ToUniversalTime()) on Cha…
-
Hi,
First of all I want to thank you for providing an amazing library and continuously working on updating it.
I encountered an issue with the latest 9.4 release where subclasses are no longer recog…
-
https://github.com/dotnet/orleans/blob/77c5eba05f87d602e248b4ab174301b584d32e6b/src/Orleans.EventSourcing/Common/PrimaryBasedLogViewAdaptor.cs#L654-L688
in UpdatePrimary() method (PrimaryBasedLog…
-
First ideas for a walk-through guide:
1. |_ Beginner Tutorial
|_ prooph/common - working with immutable messages
|_ CQRS - divide and conquer
|_ EventSourcing - Code with intent
2. …
-
-
## Issue: Strict UUID type enforcement in eventsourcing 9.4.4+
### Problem Description
Eventsourcing 9.4.4 introduced a breaking change that impacts our system. After upgrading, tests fail with:
```…
-
`cruds`模块是FastAPI官方文档提供的编程范式,带有比较强的过程式的特征。这样写的优点是比较简单易读,缺点是不容易在框架层面和架构设计层面规范设计。
这个模块和领域驱动设计的[仓储(Repository)](https://juejin.cn/post/7006595886646034463)功能一致,因此我们可以把这个模块升级为仓储模块,从而更好地和我们的架构设计方法保持一致。同…
-
## Contexte général du sujet
Je m'intéresse de plus en plus à ces deux idées. Si certain(e)s d'entre vous veulent en parler, ce serait un plaisir d'avoir des retours !
- https://martinfowler.com…