FluxFlatMapUsage
ERROR
LikelyError
Summary
Flux#flatMap
andFlux#flatMapSequential
have subtle semantics; please useFlux#concatMap
or explicitly specify the desired amount of concurrency
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FluxFlatMapUsage")
to the enclosing element.Disable this pattern completely by adding
-Xep:FluxFlatMapUsage:OFF
as compiler argument. Learn more.