Hello,
We are currently working to implement a resilience mechanism on our internal connector.
And we would like to test the following use case :
- Having two services running on our TREP infra : IDN_RDF and PUB:
- We have our connector connected to the two services and retrieving prices from both of them
- Stop IDN_RDF or PUB
- Check that our connector is still able to retrieve prices from the one still up
- Check that our connector is trying to reconnect to the service which as been stopped
Currently we do not know how to do the step 3.
Could you please let us know if the step 3 is possible and how can we do it ?
Regards,