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
This one is pretty essential. It's pretty common to apply backpressure as there are often peaks in data arriving, at least from what we saw in the last projects.
It's important to take the different QoS-levels into account as 0 basically doesn't need backpressure as things can be discarded if yonsumers can't keep up.
MQTT doesn't have flow control but back-pressure support can be added at TCP level (as Vert.x websocket implementation)
The text was updated successfully, but these errors were encountered: