Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Spring Data Redis
- Eureka
- 탐색
- unittest
- dfs
- 단위테스트
- docker
- spring cloud netflix eureka
- 서비스스펙
- java #jvm #reference #gc #strong reference
- Java
- test
- Dynamic Routing
- forkandjoinpool #threadpool #jvm #async #non-blocking
- code refactoring
- netflix
- zuul
- spring cloud netflix zuul
- reactive
- microservice architecture
- BFS
- container image #docker #layer #filesystem #content addressable
- springcloud
- spring cloud netflix
- unit
- 설계
- spring cloud
- netflix eureka
- api-gateway
Archives
- Today
- Total
목록reactive (1)
phantasmicmeans 기술 블로그
4. Reactive Streams - Publisher, Subscriber, Subscription
Publisher Rective Stream에서 정의하는 Publisher는 sequential한 element들을 제공하는 provider이고, Subscriber의 요구에 따라 publish 한다. 앞서 살펴보았던 Observable과 동등한 의미로 보면 된다. Observable은 registerObserver(Observer observer)로 subscriber를 등록했다면, Publisher는 subcribe(Subscriber
Programming/Reactive
2020. 11. 1. 23:49