Java 21, Webclient(Webflux), VirtualThread 환경에서 외부 API와 통신 할 때 아래와 같은 오류가 빈번히 발생하였습니다. 이를 해결하기 위해 어떤 작업을 진행하였는지 간략히 설명하고자 합니다.
Errors.NativeIoException: recvAddress(..) failed: Connection reset by peer
"Connection reset by peer"는 일반적으로 TCP 연결이 예기치 않게...