반응형
Connection reset
-
HttpClient 연결 유지 관리삽질 2022. 4. 2. 06:38
Spring Application에서 HTTP 요청을 할 때 Framework에 내장된 RestTemplate를 사용하는 경우가 많다. 더보기 사실 RestTemplate는 Spring 5버전 부터는 WebFlux의 WebClient가 등장하면서 DERECATED 될 예정이다. 아래 노트를 보면 새로운 기능 추가는 없을 것이고 버그 수정이나 있을 듯 하다. NOTE: As of 5.0, the non-blocking, reactive org.springframework.web.reactive.client.WebClient offers a modern alternative to the RestTemplate with efficient support for both sync and async, as well..