Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most of SDK APIs are using Project Reactor, which is one of available implementation implementations of Reactive Streams (as well as Java 9 Flow). This way we support both high-performance, non-blocking asynchronous clients and old-school, thread-bound, blocking clients. We believe that using reactive programming can solve many cloud-specific problems for us - if used properly.

...