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

MQTTv5 support #1602

Open
growse opened this issue Feb 5, 2024 · 0 comments
Open

MQTTv5 support #1602

growse opened this issue Feb 5, 2024 · 0 comments
Assignees
Milestone

Comments

@growse
Copy link
Collaborator

growse commented Feb 5, 2024

We should probably support MQTTv5.

In an ideal world, this would be a simple case of updating the MQTT client lib dependency and allowing users to select v5. However, it's not quote that simple. We currently use org.eclipse.paho.client.mqttv3, which supports 3.1 and 3.1.1. Paho has a library that supports v5 (https://github.com/eclipse/paho.mqtt.java/blob/master/MQTTv5.md), but it seems like it only supports v5. So, we'd need to abstract this somehow.

There might be alternative libraries that let us support all the versions, this needs to be investigated.

@growse growse added this to the Backlog milestone Feb 5, 2024
@growse growse self-assigned this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant