Akka Persistence
Development of Akka Persistence which enables stateful Akka actors to persist their state via event sourcing. Events are written to append-only storage which allows for very high transaction rates and efficient replication. A stateful actor is recovered by replaying stored events to the actor, allowing it to rebuild its internal state. Implementation in numerous commercial and open-source projects. Responsible for all phases of the project, from initial idea to production quality code. Akka Persistence is an evolution of Eventsourced, a predecessor that I developed in a prior project.