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

persistence interface #348

Open
2 tasks
HAK-CODE opened this issue Aug 30, 2022 · 2 comments
Open
2 tasks

persistence interface #348

HAK-CODE opened this issue Aug 30, 2022 · 2 comments
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue

Comments

@HAK-CODE
Copy link

Describe the feature

Can we provide a way to write unprocessed messages (not able to be sent to MQTT broker due to network reasons) to a file or permanent storage? As if we use SBC(single board computer) to keep those messages in RAM it may overflow.

Use Case

We have an RPie installed at different sites which sends us data via AWS IoT Core, sometimes network failures occur for which a team is sent to fix at the remote area which takes around 10 - 15 days sometimes memory crashes for which historical data is wiped off and sometimes device power failure occurs for which all data is lost during network outage at a site.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

v1.11.3

Environment details (OS name and version, etc.)

Debian version: 11 (bullseye)

@HAK-CODE HAK-CODE added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 30, 2022
@bretambrose
Copy link
Contributor

A persistence interface is something we're currently thinking about, but I can't make any promises or timelines.

@jmklix jmklix changed the title (short issue description) persistence interface Aug 30, 2022
@jmklix jmklix removed the needs-triage This issue or PR still needs to be triaged. label Aug 30, 2022
@jmklix jmklix added the p2 This is a standard priority issue label Nov 17, 2022
@Kriechi
Copy link
Member

Kriechi commented Jul 17, 2023

The newly released Disk Spooler component should address this:
https://docs.aws.amazon.com/greengrass/v2/developerguide/disk-spooler-component.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

4 participants