CQRS
EventSourcedBehaviors along with Akka Projections can be used to implement Command Query Responsibility Segregation (CQRS). The Microservices with Akka tutorial explains how to use Event Sourcing and Projections together. For implementing CQRS using DurableStateBehavior, please take a look at the corresponding CQRS documentation.