3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 4/98 @kubem ~ http://jakub.marchwicki.pl microservices, how it all started? microservices, how it all started? All names, characters, and incidents portrayed in this story are ctitious. No identi cation with actual persons (living or deceased), places, and buildings is intended or should be inferred.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 5/98 @kubem ~ http://jakub.marchwicki.pl on day one there was a lonely architect sitting on day one there was a lonely architect sitting
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 6/98 @kubem ~ http://jakub.marchwicki.pl in a tower made of ivory in a tower made of ivory sitting in an uncertainty and sadness
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 7/98 @kubem ~ http://jakub.marchwicki.pl and the architect said and the architect said
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 8/98 @kubem ~ http://jakub.marchwicki.pl let there be µservices let there be µservices
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 9/98 @kubem ~ http://jakub.marchwicki.pl let there be small modules let there be small modules which have only a single reason to change
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 10/98 @kubem ~ http://jakub.marchwicki.pl let the modules communicate let the modules communicate over well de ned interfaces
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 11/98 @kubem ~ http://jakub.marchwicki.pl let the output of one module let the output of one module becomes the input of the other
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 12/98 @kubem ~ http://jakub.marchwicki.pl and the architect saw it was good and the architect saw it was good
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 13/98 @kubem ~ http://jakub.marchwicki.pl and the architect called it and the architect called it a distributed system
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 14/98 @kubem ~ http://jakub.marchwicki.pl and developers seen it and developers seen it and it was good
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 15/98 @kubem ~ http://jakub.marchwicki.pl and there was evening, and there was morning and there was evening, and there was morning (Genesis. 1, 1-25)
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 17/98 @kubem ~ http://jakub.marchwicki.pl microservices microservices — James Lewis and Martin Fowler “the microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 19/98 @kubem ~ http://jakub.marchwicki.pl µservices µservices Small business domain Independent; independently deployed Running in it’s own process Managing it’s data Loosely integrated using common communication protocols
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 21/98 monolith are bad - mmkey?? monolith are bad - mmkey??
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 22/98 @kubem ~ http://jakub.marchwicki.pl microservices are good microservices are good Clean code Single responsibility modules Faster than monoliths Easier to manage Easier to scale Docker, Docker, Docker, Docker potentialy faster to deploy, works faster independent teams, independent codebases at this point we should at least mention Docker
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 23/98 microservices are good - mmmkey? microservices are good - mmmkey?
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 24/98 @kubem ~ http://jakub.marchwicki.pl (… ) collection of task-oriented or dedicated systems that pool their resources and capabilities together to create a new, more complex system which offers more functionality and performance than simply the sum of the constituent systems
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 25/98 @kubem ~ http://jakub.marchwicki.pl system of systems system of systems (… ) collection of task-oriented or dedicated systems that pool their resources and capabilities together to create a new, more complex system which offers more functionality and performance than simply the sum of the constituent systems
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 27/98 @kubem ~ http://jakub.marchwicki.pl so what can possibly go wrong? so what can possibly go wrong?
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 39/98 @kubem ~ http://jakub.marchwicki.pl microservices journey microservices journey — Christopher Alexander “A Piecemeal Growth is the process of building something a step at a time. Each step consists of evaluating the current system, deciding what should be done next (what should be fixed or improved) and then adding a piece or making a change.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 42/98 @kubem ~ http://jakub.marchwicki.pl Can you visualize this? A UI? Webservices are so hard to sell. business value? business value?
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 45/98 @kubem ~ http://jakub.marchwicki.pl Keep separate things separately NOTE TO SELF NOTE TO SELF
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 46/98 @kubem ~ http://jakub.marchwicki.pl microservices checklist microservices checklist Small business domain Independent; independently deployed Running in it’s own process Managing it’s data Loosely integrated using common communication protocols
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 47/98 @kubem ~ http://jakub.marchwicki.pl microservices checklist microservices checklist Small business domain Independent; independently deployed Running in it’s own process Managing it’s data Loosely integrated using common communication protocols
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 49/98 @kubem ~ http://jakub.marchwicki.pl — James Lewis “ We define libraries as components that are linked into a program and called using in-memory calls, while services are out-of-process components who communicate with remote procedure calls
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 50/98 @kubem ~ http://jakub.marchwicki.pl consumer driven contracts consumer driven contracts (… ) drives the development of the Provider from its Consumers point of view, which means consumer describes what and how it wants to receive the information (in a form of a contract) and then provider implements the service following the given contract.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 53/98 @kubem ~ http://jakub.marchwicki.pl can’t work with it The search function is unbelievably slow business value? business value?
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 54/98 @kubem ~ http://jakub.marchwicki.pl business as usual There is no such thing as legacy — what can’t be killed, becomes
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 56/98 @kubem ~ http://jakub.marchwicki.pl microservices checklist microservices checklist Small business domain Independent; independently deployed Running in it’s own process Managing it’s data Loosely integrated using common communication protocols
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 58/98 @kubem ~ http://jakub.marchwicki.pl Andrew Tanenbaum — Distributed Systems (2007) - Principles & Paradigms “(… ) as every parent of a small child knows, converting a large object into small fragments is considerably easier than the reverse process.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 62/98 @kubem ~ http://jakub.marchwicki.pl slightly less distributed systems monoliths are
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 64/98 @kubem ~ http://jakub.marchwicki.pl let the application tell you where it spends time
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 66/98 @kubem ~ http://jakub.marchwicki.pl event a single WAR cannot be deployed manually
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 67/98 @kubem ~ http://jakub.marchwicki.pl but we’ve already started! but we’ve already started! what do our services do when nobody watches?
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 69/98 @kubem ~ http://jakub.marchwicki.pl distributed computing distributed computing Leslie Lamport — Microsoft mailing list 1987 A distributed system is one in which the failure of a computer you didn’t even know existed can render your own computer unusable.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 71/98 @kubem ~ http://jakub.marchwicki.pl fallacies of distributed computing fallacies of distributed computing — 1994 - 1998 (is) a set of assertions made by L Peter Deutsch and others at Sun Microsystems describing false assumptions that programmers new to distributed applications invariably make
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 73/98 @kubem ~ http://jakub.marchwicki.pl in other words in other words
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 81/98 @kubem ~ http://jakub.marchwicki.pl Client-Side Service Discovery / Load balancing Service registers itself in a central repository. The repository also provides an information about other services availability. Other services request the information and autonomously decide which instances are called. Server-Side Service Discovery / Load balancing Service registers itself in a central repository. Other services access the repository (single address), which internally forwards the request to an available instance.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 83/98 @kubem ~ http://jakub.marchwicki.pl brewer’s theorem (cap theorem) brewer’s theorem (cap theorem) — 1998 (… ) it is impossible for a distributed computer system to simultaneously provide all three of the following guarantees: Consistency, Availability and Partition tolerance.
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 84/98 @kubem ~ http://jakub.marchwicki.pl Consistency Every read receives the most recent write or an error Availability Every request receives a (non-error) response – without the guarantee that it contains the most recent write Partition tolerance The system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 86/98 @kubem ~ http://jakub.marchwicki.pl either Consistent or Available when Partitioned
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 87/98 @kubem ~ http://jakub.marchwicki.pl consistency vs availability consistency vs availability CP All data is consistent (single store)
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 88/98 @kubem ~ http://jakub.marchwicki.pl consistency vs availability consistency vs availability AP Data is distributed
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 92/98 @kubem ~ http://jakub.marchwicki.pl in the absence of partitions, one has to choose between
3/28/2019 Microservices, microservices everywhere file:///home/jakub/workspaces/slides/microservices-microservice_everything/slides.html?print-pdf#/ 93/98 @kubem ~ http://jakub.marchwicki.pl pacelc theorem pacelc theorem — Daniel J. Abadi 2012 Ignoring the consistency/latency tradeoff of replicated systems is a major oversight [in CAP], as it is present at all times during system operation, whereas CAP is only relevant in the arguably rare case of a network partition.