Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 835 Bytes

File metadata and controls

10 lines (7 loc) · 835 Bytes

Reactive programming with Project Reactor

Learn about reactive programming with these projects:

  • Start with reactive-programming and see how a pool of 2 threads can successfully serve 10 users.
  • Take a look at blocking-service to see a typical REST web service with JDBC connections.
  • See how to use the Flux interface and R2DBC to build a fully reactive service.
  • Compare the the throughput using Artillery. See how many HTTP 200 OK responses you get on each service (test scripts included on each service project).

Follow me on Twitter and subscribe to the MariaDB and Programming Brain channels on YouTube!