streamnative / mop

MQTT on Pulsar implemented using Pulsar Protocol Handler
Apache License 2.0
173 stars 54 forks source link

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

Closed mattisonchao closed 2 years ago

mattisonchao commented 2 years ago

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

Reject Alternatives

none.

mattisonchao commented 2 years ago

@Technoboy-

I will continue work for this after MIP-1.

hpvd commented 2 years ago

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!