Practice Test Geeks home

Microservices Data Management Strategies Questions and Answers

An e-commerce platform uses a choreography-based Saga pattern to process new orders.
The 'Order' service emits an 'OrderCreated' event.

The 'Inventory' service listens for this event to reserve stock, and the 'Payment' service listens to it to process payment.

What is a primary disadvantage of this choreographed approach compared to an orchestrated one?

Select your answer