分享 MicroservicePremium

Rei · May 14, 2015 · Last by kgen replied at May 14, 2015 · 1386 hits

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 进行的性能优化。

You need to Sign in before reply, if you don't have an account, please Sign up first.