Recording
Recording captures MQTT messages into local storage so a session can be inspected or replayed later.
What A Recording Captures
- topic
- payload
- quality of service
- retain flag
- received timestamp
- session identity
Typical Use
- Connect to a broker.
- Select the topics to observe.
- Start a recording session.
- Reproduce the system behavior you want to analyze.
- Stop recording and name the session.
Notes
Recordings are local-first. This keeps debugging data available without requiring a hosted backend.
Flow Shape
text
MQTT connection resource
-> MQTT trigger
-> Optional topic filter
-> Recording sinkThe recording sink stores each incoming message for the selected recording session. If storing one message fails, the failure is reported as a flow error and later messages can continue recording.