This repository demonstrates the implementation of the Saga pattern using Axon Framework. The system is composed of multiple microservices that communicate asynchronously using events.
- axon-orchestration-saga: Contains the core services for order, payment, and shipping.
- SAGA-Choreography-Projects: Implements the choreography-based saga pattern.
- Saga-orchestration-kafka: Kafka-based orchestration for the saga.
- Saga-Orchestration-Propagation: Proposing a solution for the propagation problem.