5 ms·
No one needs to know about distributed systems until your company wants to send automated emails to customers and someone thinks all requests need retry logic.
by cgdub 4y ago
No one needs to know about distributed systems until your company wants to send automated emails to customers and someone thinks all requests need retry logic.
- tepitoperrito 4y agoThat's more in line with how I think about it. All systems are distributed (okay not all), even my nice easy to reason about monoliths have to deal with outside events from various webhooks, or sync records with a customer's ERP, etc, etc.
- hn_saver 4y agoHow would you design such system?