From cf53796c42a1f6eacaca2eaf013ad0c961f8ae75 Mon Sep 17 00:00:00 2001 From: 3y Date: Mon, 28 Feb 2022 22:12:39 +0800 Subject: [PATCH] fix INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a35313c..22ab8bd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -192,7 +192,7 @@ $KAFKA_HOME/bin/kafka-topics.sh --create --topic austinBusiness --partitions 4 - 查看刚创建的topic信息: ``` -$KAFKA_HOME/bin/kafka-topics.sh --zookeeper zookeeper:2181 --describe --topic austinTopic +$KAFKA_HOME/bin/kafka-topics.sh --zookeeper zookeeper:2181 --describe --topic austinBusiness ``` ## 04、安装REDIS