Ask HN: Modern Node.js Request Fault Tolerance Library?
Curious if anyone knows of a modern request fault tolerance library of framework for Node.js?
Something akin to what [Hystrix] was for the Java ecosystem.
Something akin to what [Hystrix] was for the Java ecosystem.
4 comments
[ 2.3 ms ] story [ 12.6 ms ] threadhttps://dapr.io/
The node library "got" is a good alternative to the "request" node library and will retry automatically the HTTP requests that failed for technical reasons.