State of the Art in Microservices by Adrian Cockcroft (Battery Ventures)
.. Breaking Down the SILOs
From traditional Monolithic delivery to new microservices approach
Not good as one bug will block whole release
In microservice, it could be changed to below, bug only block one small deployment
via container
Definition of microservice
Loosely coupled service oriented architecture with bounded contexts
Coupling concerns
.. Conway's law - organizational coupling
.. Centralized Database schemas
.. Enterprise Service Bus-Centralized message queues
.. Inflexible Protocol versioning
Microservice considerations