Log for src/member.rs
-
Ignore messages from known old identities 💬 by Caio 2 years ago
In a scenario where traffic is buffered and/or replayed this could lead to noisy cluster behaviour
-
Don't request indirect ping to same addr 💬 by Caio 2 years ago
If a member changed its identity while being probed there was a chance foca would try to ask the new identity to ping the old one on its behalf
-
Introduces Config::periodic_announce_to_down_members 💬 by Caio 2 years ago
New feature to (try to) recorver from network partitions
-
no tracing inside members 💬 by Caio 2 years ago
i want less of this thing, not more
-
New Notification::Rename for addr conflict resolution by Caio 2 years ago
-
conflict resolution within Members via Identity 💬 by Caio 2 years ago
I really don't like the `win_addr_conflict` name ... not like `has_same_prefix` was any better
-
wip conflict management sketch 💬 by Caio 2 years ago
sweet. looks like simple conflict mgmt will be a go
-
use addr equality instead of has_same_prefix 💬 by Caio 2 years ago
finally something broke proper. soon i'll know if this will actually go somewhere
-
drive members with addr by Caio 2 years ago
-
More lint fixes 💬 by Caio 2 years ago
I whine about CI moving without my control, then forget to update my local rustc 🤡
-
Enable and fix multiple lint rules 💬 by Caio 2 years ago
might as well since the CI dragged me back here ruleset derived from EmbarkStudios/rust-ecosystem
-
Introduce Foca::iter_membership_state by Caio 2 years ago
-
Fail compilation on unreachable public exports 💬 by Caio 2 years ago
This enables the unreachable_pub rustc lint so that we don't end up exposing unconstructable types again Ref: https://github.com/caio/foca/issues/24
-
clippy: derive Eq when deriving PartialEq by Caio 3 years ago
-
choose_active_members doesn't need &mut self by Caio 3 years ago
-
lint fix: useless clone by Caio 4 years ago
-
Initial public commit 💬 by Caio 4 years ago
Probably good enough for a first experimental release