reactor-addons
reactor-addons copied to clipboard
Additional optional modules for the Reactor project
From RxJava 3.1.1 https://github.com/ReactiveX/RxJava/releases/tag/v3.1.1 The operator fusion-related interfaces and two atomic queue implementations have been promoted to standard, thus officially supported in the io.reactivex.rxjava3.operators package. https://github.com/ReactiveX/RxJava/issues/7320 The package for following...
- [ ] SwingScheduler / SwtScheduler (see #273) - [ ] ...
Part of reactor/reactor#667
We need something similar as in reactor-core for running all tests and checking code coverage
## Motivation When application gets certain size, MDC becomes one of the requirement for operational perspective. I think it is an area lacking a support now. People usually search how...
Make TopicProcessor with size of RingBuffer equals 1024 and start to call topicProcessor.onNext without subscribers, when RingBuffer will be full try to subscribe to topicProcessor and you will get nothing....
# Operators Incubating proposal In many cases, we can't have an ability to include a "nice to have" operator into the reactor-core library. However, such operators could make sense for...
Once https://github.com/reactor/reactor-core/issues/3545 is implemented, `Repeat` functionality can be deprecated in the same way as `Retry` [has already been](https://github.com/reactor/reactor-addons/issues/278).