InterviewSolution
Saved Bookmarks
| 1. |
What are Reactive Extensions in Microservices? |
|
Answer» A reactive extension, also known as RX, is BASICALLY a design approach that calls multiple services and then generates a single RESPONSE by combining the results. The calls can either be BLOCKING or not blocking, synchronous or asynchronous. A popular tool in distributed SYSTEMS, Rx works exactly opposite to legacy flows. |
|