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