|
|
|
|
|
by mellett68
2800 days ago
|
|
In my experience microservices have been prescribed as a sales bullet point instead of a software architecture decision. Every time it's resulted in insane low traffic bottlenecks all over the place as services chatter away or separately need to look at he same file data so all request a copy etc. Any architecture has tradeoffs and it's poor form to pick one before you've even described what the software is for. |
|