Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How could I create a Talend service that would return for 10 seconds 500 response and after 10 seconds it would work normally?
I need that for testing retry logic.
I have knocked up a basic example service. It is attached. It was written using 6.2.1. You can use it to see how I did it or add to it for your testing. Essentially I am taking the time when the service starts and then checking the time every time the service is called.
I have knocked up a basic example service. It is attached. It was written using 6.2.1. You can use it to see how I did it or add to it for your testing. Essentially I am taking the time when the service starts and then checking the time every time the service is called.