From e7ff09620f0facea2f577fe5e9fe28c1a8d33013 Mon Sep 17 00:00:00 2001 From: arnel Date: Wed, 6 Sep 2023 15:21:50 +0200 Subject: [PATCH] modified README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8a3bf..fc58ffa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ was downloaded, therefore kafka version 3.5.1 is used. # run First you have to start and run the zookeeper server, afterwards the kafka server and finally the consumers. -```sh +```shell bin/zookeeper-server-start.sh config/zookeeper.properties bin/kafka-server-start.sh config/server.properties bin/kafka-console-consumer.sh --topic TOPIC_INSTANCE --from-beginning --bootstrap-server localhost:9092 @@ -49,4 +49,4 @@ you can add the following object: Send. You should be able to see the data in one of the consumers! If you encounter -any warnings after starting the consumers you can ignore them! \ No newline at end of file +any warnings after starting the consumers you can ignore them!