Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
430 stars 69 forks source link

Allow Aggregate to react to events #336

Open Lejdholt opened 1 month ago

Lejdholt commented 1 month ago

This allows to change an aggregate behavior in another way than checking state. It was inspired by how Akka.net actor can change behavior. There may be a better design for this or that it should be in another aggregate basetype.

I wanted to start a discussion about it :)

My test code is not where it should be I expect. But I put everything i one file for the overview.

github-actions[bot] commented 1 month ago

Test Results

 54 files   54 suites   10m 53s :stopwatch: 160 tests 160 :white_check_mark: 0 :zzz: 0 :x: 468 runs  468 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 63108ee6.

alexeyzimarev commented 1 month ago

Can you start a discussion thread on Discord?