-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
We need to provide a way to deduplicate requests for keys and JSONSchemas without blocking inside libmongocrypt. For sync drivers, we can block inside libmongocrypt. For async drivers, we cannot. The current proposed solution (in the driver spec) is to expose unique id's for a contexts and add a new "WAITING" state. Async drivers can wait on dependant contexts without blocking.
- is related to
-
MONGOCRYPT-39 libmongocrypt: key + collinfo cache
- Closed