Tech News

LinkedIn Migrated Away From Lambda Architecture to Reduce Complexity

LinkedIn Migrated Away From Lambda Architecture to Reduce Complexity

Software engineers from LinkedIn recently published how they migrated away from a Lambda architecture. The Lambda architecture implementation caused their solution to have high operational overhead and added complexity, leading to slow product iteration times. As a result, the engineers chose to migrate to a Lambda-less architecture, resulting in significant development velocity improvements. (Read more…

Maximizing User Experience with Prioritized Load Shedding at Netflix

Maximizing User Experience with Prioritized Load Shedding at Netflix

Netflix uses its homegrown API gateway, Zuul, to classify incoming requests into priorities. When the system comes under load or is otherwise unstable, Zuul throttles traffic, starting with the lowest priority. It then progressively adjusts to shed load according to the priorities calculated until the system is healthy again. (Read more on InfoQ)