美文网首页
State of the Art in Microservice

State of the Art in Microservice

作者: 博海湾 | 来源:发表于2018-04-21 10:36 被阅读0次

State of the Art in Microservices by Adrian Cockcroft (Battery Ventures)

image.png

.. Breaking Down the SILOs

From traditional Monolithic delivery to new microservices approach


image.png

Not good as one bug will block whole release


image.png

In microservice, it could be changed to below, bug only block one small deployment


image.png
via container
image.png

Definition of microservice

Loosely coupled service oriented architecture with bounded contexts


image.png

Coupling concerns

.. Conway's law - organizational coupling
.. Centralized Database schemas
.. Enterprise Service Bus-Centralized message queues
.. Inflexible Protocol versioning

Microservice considerations

image.png
image.png image.png image.png

相关文章

网友评论

      本文标题:State of the Art in Microservice

      本文链接:https://www.haomeiwen.com/subject/ayzdkftx.html