influxdb/router
Dom Dwyer d35bd48f65
refactor(gossip): rename GossipMessage
Now there's a Topic, there's no need for a giant "all message types"
enum.

As part of this shift, the gossip_message::GossipMessage used for schema
gossiping is sounding overly generic. This commit changes the name to
schema_message::SchemaMessage and updates the code.

This is a backwards-compatible change (and if anything goes wrong, the
"old" routers simply log a warning if a message is unreadable).
2023-08-22 12:06:49 +02:00
..
benches fix(router): Use BatchSize::NumIterations(1) for namespace schema cache benchmark 2023-08-02 13:35:55 +01:00
src refactor(gossip): rename GossipMessage 2023-08-22 12:06:49 +02:00
tests refactor(router): Revert configurable health-check `ERROR_WINDOW` 2023-08-08 17:49:14 +01:00
Cargo.toml perf(router): Add benchmark for additions to namespace schema cache 2023-08-02 12:45:30 +01:00