# V2 Telemetry Ingestion

`@v2/telemetry-ingestion` owns the server-side Phase 72.5.1.4 ingestion
endpoint. It accepts `POST /v2/telemetry/ingest`, decodes JSON or protobuf
`TelemetryEventBatch` payloads, validates the Phase 72 schema and standard
topics, rejects PII payload fields, and writes accepted batches to a queue
adapter.

The default `MemoryTelemetryQueue` is for local tests and development.
Production deployments must provide a queue adapter for `v2-telemetry-firehose`,
which feeds the Phase 72.5.1.5 pipeline.
