From 37df085e419fa20d18b1bb63e610280f2d770d65 Mon Sep 17 00:00:00 2001 From: bfontana Date: Fri, 14 Aug 2020 11:47:02 -0300 Subject: [PATCH] Update README.md --- spring-webflux-threads/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflux-threads/README.md b/spring-webflux-threads/README.md index 26013d73e1..204b1f0081 100644 --- a/spring-webflux-threads/README.md +++ b/spring-webflux-threads/README.md @@ -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: