olisemalis
MIS
Hello all,
I have a service that need to make a call to another service. Because the second service may take sometime to do what it needs to do, I would like service 2 to make a response to service 1 as soon as possible, even if it didn´t finished is work. I think this is not like an async processing in service 2 because after service 2 makes the response I don´t want it to make a second response... Any ideas on this?
Thank you
I have a service that need to make a call to another service. Because the second service may take sometime to do what it needs to do, I would like service 2 to make a response to service 1 as soon as possible, even if it didn´t finished is work. I think this is not like an async processing in service 2 because after service 2 makes the response I don´t want it to make a second response... Any ideas on this?
Thank you