Log for src/runtime.rs
-
Notification enum now holds references 💬 by Caio 2 years ago
I want to extend notifications without worrying too much about causing allocs for (potentially) unused data Not particularly nice, but I think this is still a better dev experience than slapping a bunch of "on_$something" methods in the Runtime trait with a default no-op impl
-
Introduces Config::periodic_announce_to_down_members 💬 by Caio 2 years ago
New feature to (try to) recorver from network partitions
-
Fix a few comment and doc typos by Caio 2 years ago
-
Add docs for AccumulatingRuntime by Caio 2 years ago
-
Notification::Rename is better than Renamed at least by Caio 2 years ago
-
promote AccumulatingRuntime to supported 💬 by Caio 2 years ago
It's useful enough, lets me get rid of yet another dummy runtime impl and allows examples to be smaller
-
New Notification::Rename for addr conflict resolution by Caio 2 years ago
-
identity with associated addr by Caio 2 years ago
-
identity.addr() needs PartialEq, prolly not Hash by Caio 2 years ago
-
wip Identity::addr() 💬 by Caio 2 years ago
not sure this will pan out yet
-
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
-
Implement Ord for Timer events by Caio 3 years ago
-
Ability to periodically gossip 💬 by Caio 3 years ago
This introduces Config::periodic_gossip which instructs foca to disseminate cluster updates to random members with a fixed frequency so that the cluster learns new information faster periodic announce paved the way, so this was mostly copy-paste :-)
-
Ability to periodically announce to the cluster 💬 by Caio 3 years ago
This introduces Config::periodic_announce, which allows users to instrcut foca to periodically send a Announce message to random members so that it learns about every cluster member faster
-
clippy: derive Eq when deriving PartialEq by Caio 3 years ago
-
Initial public commit 💬 by Caio 4 years ago
Probably good enough for a first experimental release