Kotlin Spring Boot sample demonstrating CQRS, event sourcing, Kafka, and MongoDB
Sample application demonstrating CQRS and event sourcing patterns using Kotlin, Spring Boot, Axon Framework, Kafka, and MongoDB. It provides separate command and query services, a saga-based rollback example, and Docker Compose for dependent services. Suited for learning or prototyping event-driven, microservice-style architectures.
0