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.pngimage.png image.png image.png
网友评论