DongyuanPan commented on issue #246:
URL: https://github.com/apache/rocketmq-mqtt/issues/246#issuecomment-2121927977
Looking forward to the implementation of this feature
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
YxAc commented on issue #246:
URL: https://github.com/apache/rocketmq-mqtt/issues/246#issuecomment-2119944009
I will implement this for two parts, around the MQTT Broker.
- Client -> Broker Publish process
- Broker -> Client Publish process
**Prerequisites**
ChannelManager sup
DongyuanPan commented on issue #246:
URL: https://github.com/apache/rocketmq-mqtt/issues/246#issuecomment-2100022188
> I will work on this recently.
>
> By the doc of mqtt v5.0, the flow control just limit `publish qps`, not
including `connection limit` and `publish bytes limit`, righ
YxAc commented on issue #246:
URL: https://github.com/apache/rocketmq-mqtt/issues/246#issuecomment-2096233300
I will work on this recently.
By the doc of mqtt v5.0, the flow control just limit `publish qps`, not
including `connection limit` and `publish bytes limit`, right? Do I nee
DongyuanPan opened a new issue, #246:
URL: https://github.com/apache/rocketmq-mqtt/issues/246
Allow the Client and Server to independently specify the number of
outstanding reliable messages (QoS>0) they allow. The sender pauses sending
such messages to stay below this quota. This is used t