Question
Instellars
SG
Last activity: 3 Mar 2021 8:17 EST
Best way to store json response and share between threads
Current application context is agent picks up the parameters from queue and hits the external service and based on the json response , case life cycle gets triggered. Since API has become slower and customer are not ready to segregate the huge json response, we are trying to segregate these two steps.
What are the best approaches to store json response/ share it between two threads