Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define a LAZY_PESISTENT DeliveryMode #218

Open
mattrpav opened this issue Dec 20, 2018 · 0 comments
Open

Define a LAZY_PESISTENT DeliveryMode #218

mattrpav opened this issue Dec 20, 2018 · 0 comments

Comments

@mattrpav
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants