Best Approach for Replay mechanism

72 views Asked by At

In my project, two application running simultaneously, if one is up and another one is down.(As expected). The application which one is down , from that I'll audit(capture) all failed request and stored into oracle db along with response body.

Here main concern which approach need to follow to execute these all failed request at time by manually to down application once it is up. Currently I'm following..,

1) from audit table , generating postman supported json file (as a collection) and upload to postman as a collection and running at time a all requests.

2) Is there any other best approach to achieve this ?

0

There are 0 answers