From da9d87b34154b03a7911ae9dd814cf46aa06b7f4 Mon Sep 17 00:00:00 2001 From: Jay Ehsaniara Date: Thu, 28 Oct 2021 23:48:35 -0700 Subject: [PATCH] Update README.md --- scs-100-2/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scs-100-2/README.md b/scs-100-2/README.md index 2904f4a..9017545 100644 --- a/scs-100-2/README.md +++ b/scs-100-2/README.md @@ -48,9 +48,9 @@ adding `-Dserver.port=8081` (basically a different port) as: java -Dserver.port=8081 -jar scs-100-0.0.1-SNAPSHOT.jar ``` -_Note: "When running multiple instances of the same application on a single machine, this path must be unique for each -such instance._ -At this point you should have already seen the information about your topics" +> When you running multiple instances of the same application on a single machine, this path must be unique for each +such instance. +At this point you should have already seen the information about your topics , [to read more](https://kafka.apache.org/28/documentation/streams/developer-guide/config-streams.html#state-dir) ### Check Application