Akka
- url: https://akka.io/
- supports
- java scala directly
- #related Pekko
Features
- Akka Persistence is based upon event-sourcing, which means that the PersistentActor emits events that represent state changes to be applied. Snapshots may be used as an optimization to shorten recovery time.
Comparison
Children
Backlinks