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

Mesh/peer abstractions don't have a way to express only-send or only-receive relationships for sync #41

Open
micahscopes opened this issue Jan 4, 2023 · 1 comment

Comments

@micahscopes
Copy link
Collaborator

No description provided.

@sbazerque
Copy link
Member

At the moment, the Peer & PeerGroup abstractions are unaware of the gossip / sync layers that are built on top of them.

A member of a peer group can either send messages to another peer or to all peers it is currently connected to within the group. Gossip and sync are built on that abstraction. The "sharing" and "fetching" parts are two different modules within the sync agent, so it would be possible to configure the agent to do only one of the two functions. The part that seems more cumbersome is indicating which peer is in which mode with respect to each sync target.

@sbazerque sbazerque changed the title Mesh/peer abstractions don't have a way to express read-only or write-only relationships Mesh/peer abstractions don't have a way to express only-send or only-receive relationships for sync Jan 6, 2023
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

No branches or pull requests

2 participants