Skip to content
New issue

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

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

Already on GitHub? # to your account

SecureModem: serialized message is too large #36

Closed
cyberbit opened this issue Dec 16, 2023 · 0 comments · Fixed by #41
Closed

SecureModem: serialized message is too large #36

cyberbit opened this issue Dec 16, 2023 · 0 comments · Fixed by #41
Labels
bug Something isn't working sw: Adapter Inputs and outputs

Comments

@cyberbit
Copy link
Owner

cyberbit commented Dec 16, 2023

When a secure modem output adapter tries to send a large (nearly 1,000 metrics) collection, the adapter crashes the backplane:

image

The solution may be to send multipart responses, where the requesting input adapter assembles the full collection when all parts are received. If the input adapter times out waiting for all parts, it can either stop listening to parts and assemble what it has received, or throw an error.

Alternatively, I can create a custom serde that is more efficient with keys and utilizes compression.

@cyberbit cyberbit added bug Something isn't working sw: Adapter Inputs and outputs labels Dec 16, 2023
@cyberbit cyberbit pinned this issue Jan 3, 2024
@cyberbit cyberbit unpinned this issue Jan 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working sw: Adapter Inputs and outputs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant