RockteMQ-AI commented on issue #248: URL: https://github.com/apache/rocketmq-mqtt/issues/248#issuecomment-5655109830
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** Shared subscriptions not respecting QoS is a protocol compliance issue. QoS 1 and 2 require acknowledgment-based delivery guarantees, but if messages are flushed to the network buffer without waiting for ACK, the QoS contract is violated. The fix should ensure that shared subscription delivery waits for the appropriate acknowledgment based on the QoS level before considering the message delivered. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
