-
Notifications
You must be signed in to change notification settings - Fork 78
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
DRAFT/WIP: subscriptions interface #265
base: main
Are you sure you want to change the base?
Conversation
Tagging myself @LiranCohen to look at this when taking a stab defining |
Subscriptions to a Decentralized Web Node (DWN) enable efficient data delivery | ||
between specific DWN clients. This feature is especially valuable in scenarios | ||
where you have a highly available node (the **source** node) and an ephemeral | ||
node (the **sink** node) and require the capability to relay real-time updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sink
comes across as a typo for sync
. If sink
is intentional, probably best to say so on its first occurrence in any given document.
} | ||
2. **Source Node Authorization** : The **Source Node** may grant or reject the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
2. **Source Node Authorization** : The **Source Node** may grant or reject the | |
} | |
``` | |
2. **Source Node Authorization** : The **Source Node** may grant or reject the |
Subscriptions interface WIP / DRAFT. Sharing early for discussion and transparency.