-
The plan here is from the docs. Problem is that we're eagerly evaluating state at every point which is not particularly efficient (TBD, however). This also helps us solve this in a clean way: https://…
-
## Description
### Technical Specification
- Each admin can access the history of his own actions and activities.
- Normal admins can also see what sudo admins have done to their users, service…
-
Motivations:
1. ~~Apply the trait to domain.Entity, remove the need for a formal `Aggregate` class~~
2. ~~Reposition eventSourcing.Process as domain.Process~~
3. ~~Remove _domain_ directory in space:e…
-
https://www.youtube.com/watch?v=wNrH5dK1m0I&utm_source=ActiveCampaign&utm_medium=email&utm_content=%E2%9A%A1%EF%B8%8F+Konkretne+kroki+i+pomys%C5%82y+jak+do+CRUD+dorzuci%C4%87+Event+Sourcing&utm_campai…
-
Reading some code in my head I always read Daikon\EventSourcing\EventStore\Stream\Sequence as SequenceNumber - especially in places with $from and $to or $headRev or similar.
Dunno what naming is mor…
-
In this example, analogous to the issue described in Micronauts EventSourcing (as referred to in item 2 in https://github.com/eventuate-examples/eventuate-micronaut-examples-customers-and-orders/issue…
-
Hi Johannes
First, let me thank you for the work you put into this project.
Getting started (with Quarkus + Axon) was quite easy with the help of it!
Currently I am trying to get Sagas to work …
-
## TypeError when constructing UserCreatedEvent with string ID after upgrading to eventsourcing 9.4.5
### Description
After updating to eventsourcing 9.4.5 to fix [issue #294](https://github.com/pyev…
-
It can occur that we need contexts to overlap. For example when one context is dependent on another. An example of this could be permissions.
Example Case:
We have an Item Aggregate in which we h…
-
For the eventsourcing-CQRS pattern, it separates write side(Command) and read side(Query).
For the read side, it is desirable to create its own read domain entity for the Todo.
Read model - > an…