Skip to content

Commit

Permalink
remove mentions of load represented as an arbitrary float to be more …
Browse files Browse the repository at this point in the history
…in line with implementation (#383)
  • Loading branch information
dyc3 authored Apr 15, 2024
1 parent 2d5def9 commit 5765ccd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
9 changes: 2 additions & 7 deletions figures/gossip-class-diag.mmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
title: Monolith Lookup Table Gossip
---

classDiagram
class Balancer {
<<service>>
HashMap nodes
HashMap rooms_to_monoliths

handleGossip(Gossip g)
}
Expand All @@ -19,9 +15,8 @@ classDiagram

class Gossip {
Vec~String~ rooms
f64 load
}

Monolith --> Gossip : sends
Balancer --> Gossip : receives
Monolith --> Balancer : gossips to
Monolith --> Balancer : gossips to
Loading

0 comments on commit 5765ccd

Please sign in to comment.