mauvm / meal-planner-list-service

API for managing shopping list items
0 stars 0 forks source link

Use snapshots instead of catching up full stream #1

Open mauvm opened 4 years ago

mauvm commented 4 years ago

Now when redeploying you see the events being processed. The current implementation catches up on event stream and left folds all events to build an aggregates map. EventStore projections should be used instead: https://eventstore.com/docs/getting-started/projections/index.html.

mauvm commented 4 years ago

https://github.com/rbanks54/microcafe/issues/6