Skip to content
Jakub Bednář edited this page May 29, 2018 · 27 revisions

Reactive implementation of the InfluxDB client

The reactive implementation should be solution for:

  • Inconsistency in API
  • Asynchronous API
  • Performance improvement

There are two implementations of the Reactive Streams the RxJava and the Reactor that was adopted into Spring 5.0.

Clone this wiki locally