Cratis / Chronicle

Event sourcing made easy—no complexity, just powerful tools and flexibility for everyone, from beginners to pros.
https://cratis.io
MIT License
32 stars 6 forks source link

Add details on recommendations #1522

Open einari opened 1 week ago

einari commented 1 week ago

Typically when a replay recommendation happens, we want to be able to see what was the data associated with the reason for the recommendation. For a projection you want to see what was the difference in the projection causing the recommendation. For a Reactor or a Reducer, you want to see difference in event types.

einari commented 5 days ago

Related to #1255