Update README.md

This commit is contained in:
bfontana 2020-08-14 11:47:02 -03:00 committed by GitHub
parent 4daecbbc89
commit 37df085e41
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
## Spring WebFlux Concurrency
This module contains articles about concurrency model in Spring WebFlux.
Please note that this assumes Mongo and Kafka to be running on the local machine on default configurations.
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: