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 drain starts experiencing backpressure, it wants its fount to roll up all the messages that can't be delivered into a single message, compressing them. For example, an IRC consumer might want to batch together N messages into a message that says "missed 10 messages due to slow connection".
The text was updated successfully, but these errors were encountered:
Sometimes when a drain starts experiencing backpressure, it wants its fount to roll up all the messages that can't be delivered into a single message, compressing them. For example, an IRC consumer might want to batch together N messages into a message that says "missed 10 messages due to slow connection".
The text was updated successfully, but these errors were encountered: