37df085e41 | ||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
README.md | ||
pom.xml |
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