Record And Replay
This workflow captures live MQTT traffic and replays it later.
Steps
- Connect to the broker.
- Subscribe to the target topics.
- Start recording.
- Exercise the system under test.
- Stop recording.
- Create a replay flow.
- Replay the session into a selected broker or analysis view.
Replay Flow Shape
text
Recorded session
-> Replay source
-> Topic filter
-> MQTT publish sinkUse a topic filter when the recording contains traffic that should not be replayed.
Recording Flow Shape
text
MQTT connection resource
-> MQTT trigger
-> Topic filter
-> Recording sinkThe recording sink writes MQTT messages into local storage for the active recording session.