New to Akka? Start with the Akka SDK.
CQRS
DurableStateBehaviors along with Akka Projections can be used to implement Command Query Responsibility Segregation (CQRS). For implementing CQRS using EventSourcedBehavior, please take a look at the corresponding CQRS documentation.