Lightning talk (5 minutes)
microservices
latency

Serving millions of requests per minute with a microservices environment is not an easy task. Every request is routed to many applications, and may potentially stall or fail at any step in the flow. Needless to say, not every one of the hundreds of microservices was written by the strongest coder — which means that context switches, gc spikes or just inefficient code could creep up on you at any moment We always try to find ways to reduce latency, and one elegant and efficient ways is using adaptive double dispatch, which I will cover in this talk

Guy Kobrinsky