TechPrimers / load-shedding-example

Load Shedding Example in Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load Shedding in Spring Boot

  • Using concurrent In-Flight requests > 3 to return 503 Server Unavailable
  • Use Servlet Filter to track the inflight requests and check threshold.

About

Load Shedding Example in Spring Boot


Languages

Language:Java 100.0%