vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

Add back-pressure support

Open ppatierno opened this issue 8 years ago • 3 comments

MQTT doesn't have flow control but back-pressure support can be added at TCP level (as Vert.x websocket implementation)

ppatierno avatar Jan 19 '17 10:01 ppatierno

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.

It's a l lot more tricky for 1 and 2.

codepitbull avatar Feb 03 '17 12:02 codepitbull

@ppatierno Do you plan on doing something about this one in a near future?

francois-travais avatar Aug 29 '19 07:08 francois-travais

@francois-travais I am sorry nothing planned for this kind of support but PRs from the community are very welcome! :-)

ppatierno avatar Sep 02 '19 15:09 ppatierno