Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
We currently use Flux.limitRate(int) to limit concurrency it does not work because:
- it's used to limit the batch size
- it's mostly override by operators like Flux.flatMap()