Looking for sample CQRS + Akka Typed Persistence

Hi,

Looking for a sample Play app that uses CQRS + Akka Typed Persistence:

  • Without sharding since this is a single instance Play app
  • With Typed Actors (EventSourcedBehaviors) that have unique persistence IDs like “ShoppingCart|123”
  • Call a unique actor from a controller

These examples are close but missing one or more key pieces:

1 Like