Skip to content

Sample demo project to illustrate use of akka persistence for fault tolerance

Notifications You must be signed in to change notification settings

vikrambindal/game-score-akka-persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-score-akka-persistence

The sample demo project allows to use a player cordinator to create a player and then reduce the health of player, check its health status, and simulate crash so concept of akka persistence can be demonstrated. When the actor crashes, the event sourcing mechanism is used where the entries stored in journal are replayed to restore the previous state of the actor. Current in-memory storage is used.

About

Sample demo project to illustrate use of akka persistence for fault tolerance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages