replay
> Documentation > Docs > INFINI Gateway > References > Offline Processor > replay

replay #

Description #

The replay processor is used to replay requests recorded by the record filter.

Configuration Example #

A simple example is as follows:

pipeline:
  - name: play_requests
    auto_start: true
    keep_running: false
    processor:
      - replay:
          filename: requests.txt
          schema: "http"
          host: "localhost:8000"

Parameter Description #

NameTypeDescription
filenamestringName of a file that contains replayed messages
schemastringRequest protocol type: http or https
hoststringTarget server that receives requests, in the format of host:port