ReCiter icon indicating copy to clipboard operation
ReCiter copied to clipboard

Parallel lookups for strict retrieval

Open paulalbert1 opened this issue 6 years ago • 1 comments

Allow for parallel lookup to do multiple user IDs at a time and multiple lookups for a given ID.

This may incur additional costs.

We should put an option in application.properties to allow admins to turn this on and off.

paulalbert1 avatar Jan 04 '19 19:01 paulalbert1

See if we can issue spring boot async to figure out if we can do parallel lookup for strict mode. This will improve response time and will be completely async.

sarbajitdutta avatar Jan 07 '19 17:01 sarbajitdutta