REST with Asynchronous Jersey and RXJava – Part 1
In this series of articles I will implement a RESTful web service using Spring Boot and Jersey. I will then modify the service as to use asynchronous server-side request processing and RXJava. Load-tests will be made using Gatling before and after the modifications, in order to determine any improvements. Note: The example program in this… Read More »