In Spring 5, a reactive web client was introduced that access REST API’s in a reactive, non-blocking way. An improvement over the much used RestTemplate. This can be also closed compared to RxJs or Angular’s HttpClient to access REST API’s. TL;DR This article discusses about using Reactive programming to access API’s…