You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a secure modem output adapter tries to send a large (nearly 1,000 metrics) collection, the adapter crashes the backplane:
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.
The text was updated successfully, but these errors were encountered:
When a secure modem output adapter tries to send a large (nearly 1,000 metrics) collection, the adapter crashes the backplane:
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.
The text was updated successfully, but these errors were encountered: