Shared subscription does not respect QoS
Open
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.