apache / apache/rocketmq-mqtt

Shared subscription does not respect QoS

Open
#248 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
209
Forks
72
PR merge metrics
No merged PRs in 30d

Description

Messages are once they are flushed to network buffer, which does not respect MQTT QoS.
For QoS = 1, 2, messages should be acked on receipt of PubAck and PUBCOMP respectively.

https://github.com/apache/rocketmq-mqtt/blob/7b556f9c28ddc8b56190e2b5f7ab9220275e9e1b/mqtt-cs/src/main/java/org/apache/rocketmq/mqtt/cs/session/infly/PushAction.java#L170-L173

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.