Skip to content

add cache to fetch Legal_COO.json from blob storage

Neelesh Thakur requested to merge coo-cache into master

Currently Legal service is making blob request to read Legal_COO.json file on majority of Legal service APIs. This file is required to check country of origin. File is updated rarely.

We can optimize API performance by caching the file per partition. By default cache is expired in 1hr though it's configurable.

image

image

Merge request reports