java-tutorials/spring-webflux-threads/README.md

10 lines
395 B
Markdown
Raw Normal View History

## Spring WebFlux Concurrency
This module contains articles about concurrency model in Spring WebFlux.
2020-08-14 10:47:02 -04:00
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]()