Fix typo in tools/kafka/README.md
This commit is contained in:
@@ -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`
|
||||
----
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user