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
The maker it returns takes an argument for a callback whenever a value is published. That's where the "pipe to storage" will happen, one at a time. That callback itself will be made durable with a prepare function such as prepareStorageWriter.
The contract root can abstract this with a power that it passes down,
What is the Problem Being Solved?
pipeTopicToStorage
retains the storageNode and marshaller.Description of the Design
Use an newer
prepareDurablePublishKit
:pipeTopicToStorage
#7303The maker it returns takes an argument for a callback whenever a value is published. That's where the "pipe to storage" will happen, one at a time. That callback itself will be made durable with a prepare function such as
prepareStorageWriter
.The contract root can abstract this with a power that it passes down,
Security Considerations
Scaling Considerations
Test Plan
The text was updated successfully, but these errors were encountered: