Files
stream-applications/functions
Artem Bilan 6a380c4d19 Change doOnSubscribe to doOnRequest
The `aggregatorFunction` has a flaw subscribing and emitting
data from a source `Flux` too early: from a `doOnSubscribe()`
callback which is really called *before* the real subscription is
registered in the target `Publisher`

Change the logic to the `doOnRequest()` which happens already
after subscription is registered in the `Publisher`

**Cherry-pick to `2020.0.x`**
2022-01-20 18:35:30 -05:00
..
2021-09-28 09:47:54 -04:00
2021-05-27 10:25:12 -04:00
2021-05-28 12:50:33 -04:00