Event-Driven Architecture
This section provides an overview and benefits of event-driven architecture. An event-driven architecture uses events to trigger and communicate between decoupled services.
An event represents the change in state of a business object, they are the consequences of commands; being the cause of the state change. Temenos follows the "event carried state transfer" pattern rather than identifier only payloads.
The following are the benefits:
- Scale and fail independently
- Ease of audit
- Deployment and development agility
- Efficiency
This section explains the cloud events, which is a specification for describing event data in common formats to provide interoperability across services, platforms and systems.
This section explains the data reconciliation in microservice framework by generating and validating the sequence numbers.
In this topic