Microservices Practice Test

Microservices Data Management Strategies Questions and Answers

Free · Instant Results

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?
▶ Start Practice Test