This app retrieves github user information (user info, followers and repositories).
The main goal is to illustrate how to use rjxava and how to parallelize tasks.
The app is still a work in progress and is not completely "reactive".
-
mvn test spring-boot:run
In the logs, you will notice that the 3 http requests are launched at the exact same time.