java-tutorials/spring-webflux-threads
bfontana 37df085e41 Update README.md 2020-08-14 11:47:02 -03:00
..
src/main Incorporated review comments on the pull request. 2020-08-14 12:46:33 +05:30
.gitignore Adding source code for article tracked under BAEL-4109. 2020-08-13 11:56:49 +05:30
README.md Update README.md 2020-08-14 11:47:02 -03:00
pom.xml Incorporated review comments on the pull request. 2020-08-14 12:46:33 +05:30

README.md

Spring WebFlux Concurrency

This module contains articles about concurrency model in Spring WebFlux. Please note that some of the code assumes Mongo and Kafka are running on the local machine on default configurations. If you want to experiment with Tomcat/Jetty instead of Netty, just uncomment the lines in pom.xml and rebuild.

Relevant Articles:

  • Concurrency in Spring WebFlux