Hi,
I am trying to implement a library for event sourcing similar to Akka Persistence. Since, GenBroker and GenStage are being implemented,
I thought it would be great to have another library that manages event sourcing the state change in actors using GenBroker. For persistence layer it would use a driver for cassandra, dynamo or another database.
Thanks