28SQS, Kinesis or EventBridge: how do you choose the backbone for a new event-driven integration?▼medium★ EssentialNewAmazon & AWSNetflixPhonePe◆ premiumQueue, log and router solve different problems that all get called events. Picking by workload shape beats picking by whichever service the team already knows.Open full answer →
29Six services participate in an order flow. When do you orchestrate with Step Functions and when do you let events choreograph?▼mediumNewAmazon & AWSRazorpaySalesforce◆ premiumOrchestration buys a visible state machine with declared retries; choreography buys independence and coupling debt. Money paths usually deserve the state machine.Open full answer →
40One percent of queue messages fail processing forever and the dead-letter queue grows daily. What is your playbook?▼mediumNewSwiggyUberNetflix◆ premiumA dead-letter queue with no owner is a landfill with a nicer name. Triage discipline separates teams that recover messages from teams that archive regret.Open full answer →
37CPU metrics lag demand by minutes because traffic arrives as queue depth. How should autoscaling react to events?▼mediumNewPhonePeSwiggyFlipkart◆ premiumUtilization-based scaling is the wrong sensor when work arrives as backlog. The design questions are threshold math against drain rate, reaction-time bounds from polling, and why lag-driven fleets oscillate without generous targets and idempotent consumers.Open full answer →
41Your architecture is queues and consumers. The golden signals assume request and response. Now what?▼hardNewUberNetflixStripe2 replies◆ premiumThere is no status code and no caller waiting, so latency and error rate stop meaning what they meant. The signals that replace them are age, lag and completion, and they answer a question the request-response set never had to ask.Open full answer →