Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back-pressure support #6

Open
ppatierno opened this issue Jan 19, 2017 · 3 comments
Open

Add back-pressure support #6

ppatierno opened this issue Jan 19, 2017 · 3 comments

Comments

@ppatierno
Copy link
Member

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

@codepitbull
Copy link

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.

@francois-travais
Copy link

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

@ppatierno
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants