felipegutierrez / explore-akka

This project is a demo of an Akka-http and Akka-cluster running on top of Kubernetes (minikube) and with its own Docker image created by sbt-native-packager. It also includes several other examples of the Akka Classic and Typed (essential, persistence, remote, cluster, stream, HTTP, serialization (Srapy-JSON, Avro, Kryo, protobuffer)).
Apache License 2.0
2 stars 2 forks source link

Make the akka cluster voting example persist events #4

Closed felipegutierrez closed 3 years ago

felipegutierrez commented 3 years ago

Enhance the Voting station cluster example (VotingStationApp) to persist the events. The VotingAggregator must persist the events.