- TypeScript Microservices
- Parth Ghiya
- 77字
- 2021-06-25 21:48:46
Responsive systems
As part of responsive criteria, reactive systems always need to be responsive. They need to provide and respond to the user in a timely manner. This improves user experience, and we can handle errors in a better way. Any failure in the service should not propagate to the system, as it can cause a series of errors. A response is an essential thing. A failed service should provide a response even if it is degraded.