Use @nestjs/microservices with Redis/RabbitMQ; orchestrate via Saga class. Compensating actions on failure; Saga.of().step().commit/compensate().
Example:-
Use @nestjs/microservices with Redis/RabbitMQ; orchestrate via Saga class. Compensating actions on failure; Saga.of().step().commit/compensate().
Example:-
How to implement saga pattern for distributed transactions across microservices?
Use @nestjs/microservices with Redis/RabbitMQ; orchestrate via Saga class. Compensating actions on failure; Saga.of().step().commit/compensate().
Example:-