scala-academy / akka-crashcourse

Project for getting a feeling of Akka
1 stars 2 forks source link

Event-sourcing - resiliency #16

Open jordi133 opened 6 years ago

jordi133 commented 6 years ago

If a Game Actor crashes, the players of the game should still be able to continue playing. Therefore, we need to implement event-sourcing for this actor.

Depends on #10

TimSoethout commented 6 years ago

Using Akka persistence for example