프로젝트 리액터 코어 공식 레퍼런스를 한글로 번역한 문서입니다.
버전은 3.3.7.RELEASE 기준입니다.
Stephane Maldini (@smaldini) Simon Baslé (@simonbasle) Version 3.3.7.RELEASE
목차:
- About the Documentation
- Getting Started
- Introduction to Reactive Programming
- Reactor Core Features
- Kotlin support
- Testing
- Debugging Reactor
- Exposing Reactor metrics
- Advanced Features and Concepts
- 9.1. Mutualizing Operator Usage
- 9.2. Hot Versus Cold
- 9.3. Broadcasting to Multiple Subscribers with
ConnectableFlux
- 9.4. Three Sorts of Batching
- 9.5. Parallelizing Work with
ParallelFlux
- 9.6. Replacing Default
Schedulers
- 9.7. Using Global Hooks
- 9.8. Adding a Context to a Reactive Sequence
- 9.9. Dealing with Objects that Need Cleanup
- 9.10. Null Safety
- Appendix A: Which operator do I need?
- Appendix B: FAQ, Best Practices, and “How do I…?”
- B.1. How Do I Wrap a Synchronous, Blocking Call?
- B.2. I Used an Operator on my
Flux
but it Doesn’t Seem to Apply. What Gives? - B.3. My
Mono
zipWith
orzipWhen
is never called - B.4. How to Use retryWhen to Emulate retry(3)?
- B.5. How can I use
retryWhen
for Exponential Backoff? - B.6. How Do I Ensure Thread Affinity when I Use
publishOn()
? - B.7. What Is a Good Pattern for Contextual Logging? (MDC)
- Appendix C: Reactor-Extra
Next :About the Document
리액터 코어 문서 소개 한글 번역