dao-xyz / peerbit

P2P database framework with encryption, sharding and search
https://peerbit.org
Apache License 2.0
196 stars 15 forks source link

`SharedLog`: should observers invoke `replicationReorganization` on replicator changes? #149

Closed marcus-pousette closed 10 months ago

marcus-pousette commented 1 year ago

This is currently the behaviour.

Problem: If the network contains a large amount of peers a lot of unnecessary traffic could occur.

Solution (?): replicationReorganization only on entries that I have created if I am an Observer