-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a nodejs user
I want a library that does not call synchronous versions of asynchronous APIs
So that there is no risk of the event loop blocking other incoming events.
Driver obtains a uuidv4 synchronously, it should use the async version of randomBytes. The function call has the potential to block the entire runtime.
We should update session, auth, and uuid randomValue implementations.
User Impact
*What is the number of impacted customers? How severe is the impact? Is anyone blocked or broken?
Dependencies
- upstream and/or downstream requirements and timelines to bear in mind
Unknowns
- N/A
Acceptance Criteria
Implementation Requirements
- functional reqs, potential snafus to avoid, performance targets, etc
Testing Requirements
- unit test, spec test sync, etc
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- additional tickets to file, required releases, etc