You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I saw flatMapIterable doesn't have maxConcurrent parameter and thus doesn't offer a way to apply backpressure. In order to align it with other flatMap would be good to add an overload with maxConcurrent.
What do you think?
The text was updated successfully, but these errors were encountered:
Although you stated here that this was useless #2627 . Is it really the case?
I believe with current implementation this would be usefull to control backpressure.
As far as I saw flatMapIterable doesn't have maxConcurrent parameter and thus doesn't offer a way to apply backpressure. In order to align it with other flatMap would be good to add an overload with maxConcurrent.
What do you think?
The text was updated successfully, but these errors were encountered: