Skip to content

Commit

Permalink
DAP-05: Specialize to exactly two aggregators (#1805)
Browse files Browse the repository at this point in the history
This commit takes changes to various messages so that we handle exactly
one leader and exactly one helper, as specified in [DAP-05][1]. These
changes are voluminous but mostly mechanical.

This commit also adds variants for `Poplar1` to a couple of enums and
some macros, because later changes will need it.
  • Loading branch information
tgeoghegan authored Aug 25, 2023
1 parent 03dbd7e commit 8a40de8
Show file tree
Hide file tree
Showing 36 changed files with 1,534 additions and 1,597 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ janus_messages = { version = "0.5", path = "messages" }
k8s-openapi = { version = "0.18.0", features = ["v1_24"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
kube = { version = "0.82.2", default-features = false, features = ["client", "rustls-tls"] }
opentelemetry = { version = "0.20", features = ["metrics"] }
prio = { version = "0.14.0", features = ["multithreaded"] }
prio = { version = "0.14.1", features = ["multithreaded"] }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
serde_test = "1.0.175"
Expand Down
Loading

0 comments on commit 8a40de8

Please sign in to comment.