#cache
#circuit-breaker
#resilience4j
#caffeine
#performance 캐시 만료 직후 같은 키의 요청이 외부 API로 몰릴 때 어떤 문제가 생기는지, Resilience4j HALF_OPEN 사례와 Caffeine single-flight, refresh-ahead, TTL jitter, Redis 분산 락 전략을 함께 정리합니다.
#system-design
#aws
#nginx
#resilience4j
#bulkhead
#circuit-breaker
#traffic
#rate-limiting 평시 대비 15~30배 트래픽이 몰리는 선착순 이벤트에서 ALB LCU 예약, nginx 커넥션 한계, WAS 스레드 풀, Bulkhead/CircuitBreaker 연동, 봇 차단까지 운영 전에 확인할 항목을 정리합니다.