Design an order system consisting of exactly one Order Service and one Inventory Service. The core focus is on guaranteeing data consistency between these two services and handling typical microservice architecture challenges including: request timeouts, race conditions on shared inventory state, and service reliability/failure modes.…