RestTemplate WebClient, 어느 경우에 성능차이가 날까?
WebClient 를 사용하되, block 을 사용한다? 이게 RestTemplate 같은 Blocking 기반의 http client를 사용하는 것과 무엇이 다를까? 사실 단일으로 하나의 request를 다루는 것이라면 성능이 거의 같을 것이다. 어느정도 각 http client 구현도에 차이가 있을 수 있지만, 유의미한 차이가 있지는 않을 것이다. 아래는 아주 대충 작성해 본 예시 // WebClient var webclientResponse = WebClient.create("some-url").get().retrieve().bodyToMono(String.class); webclientResponse.block(); // RestTemplate var restTemplateResponse = ne..
Development/Java, Kotlin, Frameworks
2022. 3. 15. 01:10
반응형
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Clean Architecture
- WebFlux
- boj
- k8s
- python
- HTTP
- 백준
- Algorithm
- Spring boot
- Istio
- hexagonal architecture
- 클린 아키텍처
- Spring
- 쿠버네티스
- java
- docker
- 로그
- 비동기
- 일상
- gradle
- c++
- MySQL
- tag
- Kubernetes
- Log
- 알고리즘
- Intellij
- 하루
- container
- jasync
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함