-
Notifications
You must be signed in to change notification settings - Fork 0
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
Look closer at MQTT buffering #31
Comments
How to we deal with a situation where the device looses connection to the broker for prolonged period of time? |
Important messages should be stored so that they can be replayed. Perhaps we should use file storage on site? But it might also be interesting to manage a retention time or an expiry date per type of message, because sometimes certain commands are no longer of interest after a certain time. |
Some MQTT libraries have buffering build-in, but it depends. |
If we have a good way to fetch historic data, status update might not need to be buffered. Consumers can instead choose when to fetch any missing data. But it assumes that consumers have a way to know when they are missing data. |
No description provided.
The text was updated successfully, but these errors were encountered: