feat(mesh-phase5): node-side TelemetryStreamService (hub -> server-streaming)

Claude-Session: https://claude.ai/code/session_01GASWkNEi68FSCtvr6rLoEW
This commit is contained in:
Joseph Doherty
2026-07-23 15:48:06 -04:00
parent 909d75357b
commit e742fee452
6 changed files with 601 additions and 0 deletions
@@ -0,0 +1,6 @@
using Xunit;
// The TelemetryStreamGrpcService concurrency counter is process-wide (static). Run this assembly's
// tests serially so the cap test observes a deterministic active-stream count with no cross-test
// interference. This project holds only telemetry tests, so serial execution costs nothing.
[assembly: CollectionBehavior(DisableTestParallelization = true)]