Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Address feedback to p2p data sync #4

Open
oskarth opened this issue Apr 5, 2019 · 0 comments
Open

Address feedback to p2p data sync #4

oskarth opened this issue Apr 5, 2019 · 0 comments

Comments

@oskarth
Copy link
Contributor

oskarth commented Apr 5, 2019

Andrea

ok, looks good a couple of things, first about causal consistency. If you are talking about causal consistency it's also important to specify what is considered causally related, for example bramble guarantees causal consistency only for threads in a group chat (all messages are causally ordered as it uses lamport timestamps, but that's different), not for one-to-one any other message etc, which is a fairly weak definition (A distributed database might define causally related any write to the whole db, that would be probably the most accepted definition)
dimension break down I would add another thing, since you are touching on upgradability
I think there is useful to know if it's an online-to-online (synchronous) protocol (i.e bramble) or asynchronous (scuttlebut probably)
...
might fit under guarantees "Requires receiver to be online"
active vs passive propagation mention

Adam

Also waiting for some more

@oskarth oskarth self-assigned this Apr 5, 2019
@oskarth oskarth removed their assignment Feb 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant