mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
Using the simple example shown in the ticket but switching from Mono<String> to Flux<String> (and 5,000,000 onNext calls) shows that constant pausing causes significant overhead and is not worth the trouble vs ignoring the onWritePossible in REQUESTED state. Issue: SPR-16702