From 4daecbbc89397f082b8962a5ed815ce1ecbb2694 Mon Sep 17 00:00:00 2001 From: CHANDRAKANT Kumar Date: Fri, 14 Aug 2020 12:49:30 +0530 Subject: [PATCH] Added comments in README regarding Mongo and Kafka processes. --- 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 ab64d897cc..26013d73e1 100644 --- a/spring-webflux-threads/README.md +++ b/spring-webflux-threads/README.md @@ -1,6 +1,7 @@ ## Spring WebFlux Concurrency -This module contains articles about consurrency model in Spring WebFlux +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. ### Relevant Articles: