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
- 오블완
- 노드간 통신
- 핀포인트
- jsonMarshaller
- pinpoint
- RedirectService
- 애자일 싫타
- fake jwt
- intellij
- 개발 어렵당.ㅠ
- UnsupportedOperationException
- 티스토리챌린지
- hbase 저장공간 설정
- LPOS
- 논블록킹 성능
- save/update
- Armeria
- Ingress Controller Fake
- pinpoint 2.5.3
- jar 배포
- 7879
- nGinder
- Loki 로그
- formik
- OIDC
- R2DBC Paging
- 플루터
- 월급루팡 일지
- reids
- ㅉ때
Archives
- Today
- Total
목록2024/06/12 (1)
대머리개발자
[리액티브] map vs flatMap 와우..진짜.
map 구독이 안 되고Flux.just("SMS", "EMAIL").map(it -> userRoleRepository.save(UserRole.builder().userUid(userUid).type("MARKETING") .roleName(it).build())).subscribeOn(Schedulers.boundedElastic()).subscribe(); flatMap은 구독이 된다.Flux.just("SMS", "EMAIL").flatMap(it -> userRoleRepository.save(UserRole.builder().userUid(userUid).type("MARKETING") ..
개발이야기/개념
2024. 6. 12. 16:44