influxdb/router
Dom Dwyer 7a4ed257a2
feat: send-side schema gossip implementation
This commit adds the SchemaChangeObserver, the delegate which is handed
a schema diff, and is responsible for computing the gossip message and
handing it off to the gossip system.

This sits between the cache layer, and the gossip layer, converting
schema things into gossip things.

This isn't connected up, so no messages will be sent.
2023-08-03 12:42:16 +02:00
..
benches fix(router): Use BatchSize::NumIterations(1) for namespace schema cache benchmark 2023-08-02 13:35:55 +01:00
src feat: send-side schema gossip implementation 2023-08-03 12:42:16 +02:00
tests feat(router): Expose `num_probes` request count used to health-check ingesters as config option 2023-08-01 14:21:56 +01:00
Cargo.toml perf(router): Add benchmark for additions to namespace schema cache 2023-08-02 12:45:30 +01:00