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

MQTT protocol binding #335

Open
Alfusainey opened this issue Dec 24, 2020 · 3 comments · May be fixed by #513
Open

MQTT protocol binding #335

Alfusainey opened this issue Dec 24, 2020 · 3 comments · May be fixed by #513
Assignees
Labels
enhancement New feature or request
Projects

Comments

@Alfusainey
Copy link
Contributor

A container issue to implement the MQTT protocol binding for cloud events

@Alfusainey
Copy link
Contributor Author

@slinkydeveloper @matzew How about starting this off by implementing the MQTT binding using the Eclipse Paho MQTT client library? The reason is that the spec distinguishes between the two mqtt protocol versions and having a client library that supports both MQTTv3 and MQTTv5 will be a good start.

My preference was to start with vertx-mqtt (its a popular library in IoT setups where scalability is important). However, it only supports MQTTv3. But there is an open issue to add MQTTv5 support and we can revisit once such support is added

@Alfusainey
Copy link
Contributor Author

/assign

@slinkydeveloper
Copy link
Member

@Alfusainey Feel free to go ahead with paho mqtt

@slinkydeveloper slinkydeveloper added the enhancement New feature or request label Jan 7, 2021
@pierDipi pierDipi added this to To do in SDK Java Nov 14, 2021
@JemDay JemDay linked a pull request Jan 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants