Fix typo in tools/kafka/README.md

This commit is contained in:
Chris Bono
2022-03-17 19:47:35 -05:00
committed by GitHub
parent a70904ef08
commit 3e9571d777

View File

@@ -6,7 +6,7 @@ Runs a multi-node Kafka cluster w/ 3 brokers available at `locahost:9091,localho
To start the brokers run the following command:
[source,shell]
----
docker-compose -f ./kafka-cluster.yml -d up
docker-compose -f ./kafka-cluster.yml up
----
To stop the brokers run the following command:
[source,shell]
@@ -37,4 +37,4 @@ TIP: The scripts can be chained together to start both cluster and UI in a singl
[source,shell]
----
docker-compose -f kafka-cluster.yml -f ./control-center-ui.yml up`
----
----