caching data between threads/instances of same integration
Summary: have complex integration that is invoked hundred times in short period of time and would like to know what is best option to cache some somewhat static data between instances of same integration
Content (required):
brute force approach is to leverage dvm:lookup but it requires access to integration API to update lookup "/ic/api/integration/v1/lookups/"
is there better way to stage temporary data from one instance of same integration to be used by other instances?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0