reactor-addons icon indicating copy to clipboard operation
reactor-addons copied to clipboard

Additional optional modules for the Reactor project

Results 20 reactor-addons issues
Sort by recently updated
recently updated
newest added

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...

type/enhancement
help wanted
status/need-decision
for/user-attention

- [ ] SwingScheduler / SwtScheduler (see #273) - [ ] ...

warn/api-change
type/chore

We need something similar as in reactor-core for running all tests and checking code coverage

good first issue
type/chore

## 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...

type/enhancement

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).

warn/deprecation
status/on-hold