-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4.0
-
Component/s: None
-
Labels:None
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()