分享 MicroservicePremium

Rei · 2015年05月14日 · 最后由 kgen 回复于 2015年05月14日 · 1386 次阅读

http://martinfowler.com/bliki/MicroservicePremium.html

So my primary guideline would be don't even consider microservices unless you have a system that's too complex to manage as a monolith. The majority of software systems should be built as a single monolithic application. Do pay attention to good modularity within that monolith, but don't try to separate it into separate services.

+1024 成长中的新手普遍存在过度设计的问题,所以,Microservice 在那么多中小规模的系统上被错误地应用了。 另一个类似的情况是,中小规模下,靠 YY 进行的性能优化。

需要 登录 后方可回复, 如果你还没有账号请 注册新账号