messaging icon indicating copy to clipboard operation
messaging copied to clipboard

Define a LAZY_PESISTENT DeliveryMode

Open mattrpav opened this issue 7 years ago • 0 comments

Provide a LAZY_PERSISTENT DeliveryMode that allows the broker to acknowledge the producer before the message has been sync (fsync()) to disk. Allows for brokers to incorporate async writes and write caching techniques for performance while providing for better-than-non-persistent reliability.

See: Kafka, ActiveMQ async() write etc.

mattrpav avatar Dec 20 '18 22:12 mattrpav