alopukhov

Results 2 issues of alopukhov

Javadoc on Mono#usingWhen should explain exception wrapping for various cases. ## Documentation Issue [Mono#usingWhen](https://projectreactor.io/docs/core/3.4.25/api/reactor/core/publisher/Mono.html#usingWhen-org.reactivestreams.Publisher-java.util.function.Function-java.util.function.Function-) states: > valued Mono, asyncCleanup ends with onError(t): downstream receives onError(t), value is discarded It should...

good first issue
type/documentation

## Expected Behavior I have quite complicated flux "pipe" that uses "large" (~8MB) memory buffers and Iterables which references those buffers. To be more specific I reads avro files *from...

type/enhancement
status/need-investigation
help wanted
area/performance