Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[김지애] feign-reactive.md #1338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions jiaekim/2024-10-09-feign-reactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface StoreClient {
- Spring WebFlux는 반응형 프로그래밍(Reactive Programing) 방식을 통해 ‘이벤트 기반의 비동기식 애플리케이션’을 구축할 수 있는 프레임워크임.
- 반응형 스트림(Reactive Stream) - Publisher-Subscriber 패턴으로 데이터를 처리함.

![image.png](https://prod-files-secure.s3.us-west-2.amazonaws.com/7960517c-d800-4f90-ad44-7cda15f11a41/3f5eb803-cc5c-4a29-a92a-8bd53baaa636/image.png)
![image](https://github.com/user-attachments/assets/ee337870-8ac9-4bd6-b89c-9375d4b39da9)

- 반응형 스트림 처리 과정
1. subscribe
Expand Down Expand Up @@ -107,7 +107,6 @@ public interface IcecreamServiceApi {
```

## 6. 참고자료

- https://docs.spring.io/spring-framework/reference/web/webflux.html
- https://docs.spring.io/spring-framework/reference/web/webflux-webclient.html
- https://cloud.spring.io/spring-cloud-openfeign/reference/html/#spring-cloud-feign
Expand Down