d8badbe9ca
Allows the ingester to optionally enable and start the gossip subsystem (disabled by default). No code uses the gossip system, so no application-level messages are exchanged, but this allows the gossip subsystem to run and exchange control frames / perform discovery / etc. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Ingester Test Context
This crate contains re-usable types that allow running integration tests
(ingester/test
) and benchmarks (ingester/benches
) against a complete
in-process Ingester instance, with helper methods and changeable configurations.