Slide 3
Slide 3 text
Are we really doing microservices?
Small, isolated services that
communicate via Redis pub/
sub and channels
Code base in Python
About 10 services over 5
machines and 3 DBs
2012 2014
Small, isolated services that
communicate asynchronously
via Kafka and RabbitMQ
The occasional synchronous
http communication between
services when needed
Code base in Clojure
About 100 services over 200
machines and 20 DBs
State of The Union