forked from apache/rocketmq
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
FEATURE REQUEST
-
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. -
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.
-
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. Maybe we should implement a newMessageStore.
Metadata
Metadata
Assignees
Labels
No labels