software dev ranting
@operand It doesn't make sense at Netflix scale either, and this is why: https://social.pixie.town/@joepie91/114913879539717578
The scale just doesn't matter. The correct scaling strategy at *any* scale is "find where the bottlenecks and constraints are, and scale specifically that part" and that just isn't what microservices do.
software dev ranting
@operand (The only difference at Netflix scale is that the difference in outcome between "targeted scaling" and "microservices" is relatively smaller and so it's a bit less inefficient than it would be in smaller-scale setups. But it's still inefficient.)