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

[MIP-3] Support MQTT protocol version 5 #369

Closed
52 tasks done
mattisonchao opened this issue Dec 28, 2021 · 2 comments
Closed
52 tasks done

[MIP-3] Support MQTT protocol version 5 #369

mattisonchao opened this issue Dec 28, 2021 · 2 comments
Assignees

Comments

@mattisonchao
Copy link
Member

mattisonchao commented Dec 28, 2021

Motivation

Current we just support MQTT protocol version 3.1/3.11 and a part of version 5.

Goal

Complete support MQTT protocol version 5.

API Changes

none.

Implementation

CONNECT

Last will and testament

CONNACK

PUBLISH

PUBACK / PUBREC / PUBREL / PUBCOMP / SUBACK / SUBSCRIBE / SUBACK

  • Reason string
  • User property //No need to implement

SUBSCRIBE

  • Subscription identifier //No need to implement
  • User property //No need to implement

DISCONNECT

  • Reason string
  • Server reference // No need to implement, supported
  • Session expiry interval
  • User property

AUTH @Technoboy- #693

  • Authentication method
  • Authentication data
  • Reason string
  • User property

Reject Alternatives

none.

@mattisonchao
Copy link
Member Author

@Technoboy-

I will continue work for this after MIP-1.

@hpvd
Copy link

hpvd commented Jul 11, 2022

Having completed this issue about supporting MQTT protocol version 5
it would be good to update readme.md which states today:

Currently, only MQTT 3.1.1 supported.
https://github.com/streamnative/mop#readme

Many thanks for your work on this!

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

No branches or pull requests

3 participants