Add Redis telemetry stream configuration for tcp-ingestion and processor services

This commit is contained in:
2026-05-01 11:18:56 +02:00
parent 2c49328e12
commit 4c5051049d
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -55,5 +55,10 @@ PROCESSOR_INSTANCE_ID=processor-1
# Shared
# ---------------------------------------------------------------------
# Redis Stream name carrying normalized Position records from
# tcp-ingestion to processor. Both services must use the same value.
# Override only if migrating to a new stream (e.g. for multi-vendor).
REDIS_TELEMETRY_STREAM=telemetry:teltonika
# pino log level: fatal | error | warn | info | debug | trace
LOG_LEVEL=info