5 ms·
This sounds just wrong. Why would you use micro service? You are not having teams. Btw. Your data structure/ bytes per row is missing
by Delomomonl 2y ago
This sounds just wrong.
Why would you use micro service? You are not having teams.
Btw. Your data structure/ bytes per row is missing
- quinnirill 2y agoHaving 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.