5 ms·
Having teams is exactly the wrong reason to have micro services, having endpoints with different traffic patterns and resource/scaling constraints is exactly th
by quinnirill 2y ago
Having teams is exactly the wrong reason to have micro services, having endpoints with different traffic patterns and resource/scaling constraints is exactly the correct reason.
- brewmarche 2y agoDo you really need to jump to micro services when you need scaling? You can also start multiple instances of monoliths/bigger services.
- quinnirill 2y agoIf all the endpoints share the same resource constraints and traffic patterns, sure you can just scale up the monolith. Even otherwise, yes, you sure still can, just like you can write the service in bash if that’s how you want to spend money.