Flight of the Flux 2 - Debugging Caveats
This blog post is the second in a series of posts that aim at providing a deeper look into Reactor's more advanced concepts and inner workings.
It is derived from my Flight of the Flux
talk, which content I found to be more adapted to a blog post format.
I'll update the table below with links when the other posts are published, but here is the planned content:
- Assembly vs Subscription
- Debugging caveats (this post)
- Hopping Threads and Schedulers
- Inner workings: work stealing
- Inner workings: operator fusion
If you're missing an introduction to Reactive Streams and the basic concepts of Reactor, head out to the site's learning section and the reference guide…