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
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
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
No description provided.
The text was updated successfully, but these errors were encountered: