Skip to content

Latest commit

 

History

History

springboot-akka-event-sourcing-starter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Spring boot akka event sourcing starter

  • Spring boot akka persistence event sourcing starter that cover the following :Smooth integration between Akka persistence and Spring Boot
  • Generic DSL for the aggregate flow definition for commands and events
  • Abstract Aggregate persistent entity actor with all common logic in place and which can be used with the concrete managed spring beans implementation of different aggregate entities
  • Abstract cluster sharding run-time configuration and access via spring boot custom configuration and a generic entity broker that abstract the cluster shading implementation for you
  • Abstracted mixed configuration for your actor system and the entity configuration via spring configuration and akka configuration

For detailed technical details and explanation , check my 4 parts blog posts:

Spring boot , Akka and Ignite used versions:

Spring boot 1.5.9.RELEASE, Akka version :2.5.9+ , Ignite Version :2.3.0+