What are Reactive Extensions in Microservices?

Technology CommunityCategory: MicroservicesWhat are Reactive Extensions in Microservices?
VietMX Staff asked 3 years ago

Reactive Extensions also are known as Rx. It is a design approach in which we collect results by calling multiple services and then compile a combined response. These calls can be synchronous or asynchronous, blocking or non-blocking. Rx is a very popular tool in distributed systems which works opposite to legacy flows.