modified README.md
parent
0eb84c899b
commit
e7ff09620f
|
|
@ -10,7 +10,7 @@ was downloaded, therefore kafka version 3.5.1 is used.
|
||||||
# run
|
# run
|
||||||
First you have to start and run the zookeeper server, afterwards the kafka server
|
First you have to start and run the zookeeper server, afterwards the kafka server
|
||||||
and finally the consumers.
|
and finally the consumers.
|
||||||
```sh
|
```shell
|
||||||
bin/zookeeper-server-start.sh config/zookeeper.properties
|
bin/zookeeper-server-start.sh config/zookeeper.properties
|
||||||
bin/kafka-server-start.sh config/server.properties
|
bin/kafka-server-start.sh config/server.properties
|
||||||
bin/kafka-console-consumer.sh --topic TOPIC_INSTANCE --from-beginning --bootstrap-server localhost:9092
|
bin/kafka-console-consumer.sh --topic TOPIC_INSTANCE --from-beginning --bootstrap-server localhost:9092
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue