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

Implement Persistent Storage #39

Open
bschwind opened this issue Dec 19, 2021 · 0 comments
Open

Implement Persistent Storage #39

bschwind opened this issue Dec 19, 2021 · 0 comments

Comments

@bschwind
Copy link
Owner

I think this is not technically part of the spec, but it's very much a desired feature. Given that this is intended to be a simple-to-operate server, I would likely start with either a custom single-file-based storage approach (with a serde-serialized struct containing all desired state), or an sqlite database.

If this broker ever grows into a multi-node broker cluster, we can start thinking about storage solutions which are more appropriate for distributed systems.

@bschwind bschwind added this to the MQTT V5 Spec Compliance milestone Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant