|
|
|
|
|
by aflag
2007 days ago
|
|
Not sure if rate of change truly matters. In my opinion, microservices make most sense when dealing with multiple team. It's much easier to update core services when everyone depends on it through the network, rather than requiring people to redeploy their stuff. If you're a single team operation, it's not really a problem if all your stuff runs in a single process. It may even benefit you in terms of performance and scalability, to be honest. |
|
On the other hand, I agree with your point of multiple teams. I tried to mean same thing with "used by other applications"