pingww opened a new issue, #65:
URL: https://github.com/apache/rocketmq-mqtt/issues/65

   According to the [MQTT protocol  
specifications](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.pdf)
 , Session stores not only messages but also subscriptions, 
   
   
![image](https://user-images.githubusercontent.com/2748647/163553920-4fa2c2fe-615b-4479-a915-fb1d64505bf6.png)
   
   which actually is  a persist KV. Currently RocketMQ does not have KV 
persistence, so we need to define an external storage interface. 


-- 
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]

Reply via email to