Is there a tool that I can record data from TREP ads server and replay the data to TREP infra for...

... testing?

I am looking for a tool that I can use to record market data and replay
the data in our TREP infra for our testing. We usually use rmdstestclient to
record data. Would you please advise if we can use the same command for data
replay? And what is the parameter we should use? I am looking for something like a tool that could record data , then replay at faster/slower rates

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @nikita.ou,

    First, confirm that your recording contains updateMsgs, and not just refreshMsg

    If it does, next try

    sink_driven_src -S ACTIV -C 100000 -E rssl -N 14003 -U 1 -K -Q

    /reuters/ads/demo/active.out

    I think you may be confusing replay with "-l", and instead of replaying the updates from your capture file, the tool is trying to generate an update of length 1, which may not be working

    I prefer rmdstestclient with "-v" to rsslSinkApp, but both should work.

Answers