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

DRAFT/WIP: subscriptions interface #265

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

andorsk
Copy link
Collaborator

@andorsk andorsk commented Sep 24, 2023

Subscriptions interface WIP / DRAFT. Sharing early for discussion and transparency.

@LiranCohen
Copy link
Member

Tagging myself @LiranCohen to look at this when taking a stab defining RecordsSubscribe and EventsSubscribe

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
Copy link
Contributor

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.

Comment on lines +1397 to +1398
}
2. **Source Node Authorization** : The **Source Node** may grant or reject the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
2. **Source Node Authorization** : The **Source Node** may grant or reject the
}
```
2. **Source Node Authorization** : The **Source Node** may grant or reject the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants