Microservices - Migration from Monolith
You have a microservice handling customer orders and inventory updates. Inventory updates require high throughput and low latency, but order processing is complex and slow. How should you redesign service boundaries?
