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
Sometimes, when a fount experiences backpressure, the right thing to do is to just give up immediately. For example, in a pub/sub service using fan.Out, if one of the drains is falling behind and tells its fount to pauseFlow, we may instead want to simply stopFlow.
The text was updated successfully, but these errors were encountered:
Sometimes, when a fount experiences backpressure, the right thing to do is to just give up immediately. For example, in a pub/sub service using
fan.Out
, if one of the drains is falling behind and tells its fount topauseFlow
, we may instead want to simplystopFlow
.The text was updated successfully, but these errors were encountered: