You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/08/20 03:19:19 UTC

[GitHub] XiaoZYang opened a new issue #418: Non-persistent Broker

XiaoZYang opened a new issue #418: Non-persistent Broker
URL: https://github.com/apache/rocketmq/issues/418
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   Since we have a higher requirement about the message delivery latency, I'm requesting a non-persistent broker which stores messages in memory instead of flushing to disk. The persistent or non-persistent broker should be transparent to clients which means the behavior of the clients(i.e. producer and consumer) should be the same. 
   
   2. Provide any additional detail on your proposed use case for this feature.
   - The producer could send messages to the non-persistent broker.
   - The consumer could receive messages from the non-persistent broker.
   
   3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   We should reduce latency as low as possible.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services