ojacquemart / spring-boot-rxjava

Spring boot rxjava parallel observables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxJava Demo App

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".

Stack

  • spring-boot 1.2.6

  • java 8

  • rxjava

Example

In the logs, you will notice that the 3 http requests are launched at the exact same time.

About

Spring boot rxjava parallel observables

License:Apache License 2.0


Languages

Language:Java 49.8%Language:Shell 29.4%Language:Batchfile 20.8%