swactor/tests/docker/datastream-node.toml
Zachery Aaron Shores-Chmielewski 2748c86be6 feat(distribution): add telemetry datastream module
New datastream module (catalog/frame/mux/transport/ingest/store/views/wire) as a
per-node byte-channel dumb pipe. Dashboard datastream_source + datastream-dashboard
binary; node swactor-datastream-collector; docker demo compose + tests.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-06-05 11:25:43 +04:00

6 lines
251 B
TOML

# Minimal node config for the datastream demo cluster.
# Keeps containers deterministic: no auth, no embedded relay, in-memory
# datastore. Cluster discovery is driven by CLI flags in the compose file.
dashboard_port = 9090
relay = false
auth = false