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 | 31 |
Tags
- java #jvm #reference #gc #strong reference
- netflix
- test
- container image #docker #layer #filesystem #content addressable
- spring cloud netflix
- reactive
- 단위테스트
- 서비스스펙
- api-gateway
- 설계
- code refactoring
- spring cloud
- unit
- dfs
- zuul
- 탐색
- Java
- Spring Data Redis
- netflix eureka
- Eureka
- Dynamic Routing
- docker
- spring cloud netflix eureka
- forkandjoinpool #threadpool #jvm #async #non-blocking
- unittest
- springcloud
- BFS
- microservice architecture
- spring cloud netflix zuul
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