tREST synchronous and asynchronous webservice call
Hello, I have a situation where I am calling REST web service for n number of records read from an Input file then producing a outputfile. Now my graph is working in synchronous mode (I am assuming thats how it works in Talend). IS there any way to make this process work in asynchronous mode. My process is running slow so trying this option out.
Question: How to make asynchronous web service call in Talend with tREST component?