forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix reactor#1557 Removed greediness from FluxBufferTimeout
FluxBufferTimeout now only allows for N * R outstanding requests upstream, where N is the buffer size and R is the number of buffers requested from downstream, even when a buffer is cut due to a timeout. It tracks the number of outstanding unfulfilled requests to upstream, and only requests further items to bring it up to a cap of requested * batchSize. Reviewed-In: reactor#1907
- Loading branch information
1 parent
f343f3c
commit 74b9bec
Showing
2 changed files
with
78 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters